Html Css Color HEX #BC9042 Pizza

📋 copy color: '#BC9042'

red 188 ◦ green 144 ◦ blue 66

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

Shades of Pizza #BC9042

Tints of Pizza #BC9042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 47.24%
G = 36.18%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC9042 (or 0xBC9042) is known color: Pizza. HEX triplet: BC, 90 and 42. RGB value is (188,144,66). Sum of RGB (Red+Green+Blue) = 188+144+66=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9042 is #436FBD. Grayscale: #949494. Windows color (decimal): -4419518 or 4362428. OLE color: 4362428.

HSL color Cylindrical-coordinate representation of color #BC9042: hue angle of 38.36º degrees, saturation: 0.48, 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 #BC9042 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 66 -
CMYK 0 0.23 0.65 0.26
HSL 38.36º 0.48% 0.5% -
HSV(B) 38.36º 0.65% 0.74% -
XYZ 31.7 31.03 9.47 -
YUV 148.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 188 144 66 0 0.23 0.65 0.26 38.36 0.48 0.5
Hex BC 90 42 0 17 41 1A 26 30 32
Octal 274 220 102 0 27 101 32 46 60 62
Binary 10111100 10010000 1000010 0 10111 1000001 11010 100110 110000 110010

Color Harmonies of #BC9042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9042

Black with #BC9042

Text Example


Text Example

White with #BC9042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9042; }

 p { color: rgb(188,144,66); }

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

background-color css

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

 a { background-color: rgb(188,144,66); }

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

border-color css

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

 span { border-color: rgb(188,144,66); }

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