#BC8B3B

Color #BC8B3B Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BC8B3B

Tints of Pizza #BC8B3B

Color information

#BC8B3B (or 0xBC8B3B) is unknown color: approx Pizza. HEX triplet: BC, 8B and 3B. RGB value is (188,139,59). Sum of RGB (Red+Green+Blue) = 188+139+59=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B3B is #4374C4. Grayscale: #909090. Windows color (decimal): -4420805 or 3902396. OLE color: 3902396.

HSL color Cylindrical-coordinate representation of color #BC8B3B: hue angle of 37.21º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC8B3B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18813959-
CMYK00.260.690.26
HSL37.21º52.23%48.43%-
HSV(B)37.21º68.62%73.73%-
XYZ30.7629.478.21-
YUV144.5379.73159-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 59 (23.44% from 255) = 15.28%
R=48.70%
G=36.01%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881395900.260.690.2637.2152.2348.43
HexBC8B3B01A451A253430
Octal2742137303210532456460
Binary1011110010001011111011011010100010111010100101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B3B; }

 p { color: rgb(188,139,59); }

 H1.HeaderClassName
 {
   color: #BC8B3B;
 }
 .AnyTagClassName
 {
   color: #BC8B3B;
 }
</style>
background-color css

<style>
 a { background-color: #BC8B3B; }

 a { background-color: rgb(188,139,59); }

 div.DivClassName
 {
   background-color: #BC8B3B;
 }
 .BgClassName
 {
   background-color: #BC8B3B;
 }
</style>
border-color css

<style>
 span { border-color: #BC8B3B; }

 span { border-color: rgb(188,139,59); }

 td.TdClassName
 {
   border-color: #BC8B3B;
 }
 .TagClassName
 {
   border-color: #BC8B3B;
 }
</style>