Html Css Color HEX #BC8E3E Pizza

📋 copy color: '#BC8E3E'

red 188 ◦ green 142 ◦ blue 62

#BC8E3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizza #BC8E3E

Tints of Pizza #BC8E3E

RGB

 RED value IS 188 (73.83% from 255) = 47.96%

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 47.96%
G = 36.22%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC8E3E (or 0xBC8E3E) is known color: Pizza. HEX triplet: BC, 8E and 3E. RGB value is (188,142,62). Sum of RGB (Red+Green+Blue) = 188+142+62=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E3E is #4371C1. Grayscale: #939393. Windows color (decimal): -4420034 or 4099772. OLE color: 4099772.

HSL color Cylindrical-coordinate representation of color #BC8E3E: hue angle of 38.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC8E3E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 142 62 -
CMYK 0 0.24 0.67 0.26
HSL 38.1º 0.5% 0.49% -
HSV(B) 38.1º 0.67% 0.74% -
XYZ 31.28 30.39 8.77 -
YUV 146.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 188 142 62 0 0.24 0.67 0.26 38.1 0.5 0.49
Hex BC 8E 3E 0 18 43 1A 26 32 31
Octal 274 216 76 0 30 103 32 46 62 61
Binary 10111100 10001110 111110 0 11000 1000011 11010 100110 110010 110001

Color Harmonies of #BC8E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E3E

Black with #BC8E3E

Text Example


Text Example

White with #BC8E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E3E; }

 p { color: rgb(188,142,62); }

 H1.HeaderClassName
 {
   color: #BC8E3E;
 }
 .AnyTagClassName
 {
   color: #BC8E3E;
 }
</style>

background-color css

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

 a { background-color: rgb(188,142,62); }

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

border-color css

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

 span { border-color: rgb(188,142,62); }

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