Html Css Color HEX #BC8E41 Pizza

📋 copy color: '#BC8E41'

red 188 ◦ green 142 ◦ blue 65

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

Shades of Pizza #BC8E41

Tints of Pizza #BC8E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 47.59%
G = 35.95%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8E41 (or 0xBC8E41) is known color: Pizza. HEX triplet: BC, 8E and 41. RGB value is (188,142,65). Sum of RGB (Red+Green+Blue) = 188+142+65=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E41 is #4371BE. Grayscale: #939393. Windows color (decimal): -4420031 or 4296380. OLE color: 4296380.

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

Color convert

RGB 188 142 65 -
CMYK 0 0.24 0.65 0.26
HSL 37.56º 0.49% 0.5% -
HSV(B) 37.56º 0.65% 0.74% -
XYZ 31.37 30.42 9.22 -
YUV 146.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 188 142 65 0 0.24 0.65 0.26 37.56 0.49 0.5
Hex BC 8E 41 0 18 41 1A 26 31 32
Octal 274 216 101 0 30 101 32 46 61 62
Binary 10111100 10001110 1000001 0 11000 1000001 11010 100110 110001 110010

Color Harmonies of #BC8E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E41

Black with #BC8E41

Text Example


Text Example

White with #BC8E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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