Html Css Color HEX #BC9242 Pizza

📋 copy color: '#BC9242'

red 188 ◦ green 146 ◦ blue 66

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

Shades of Pizza #BC9242

Tints of Pizza #BC9242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 47%
G = 36.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC9242 (or 0xBC9242) is known color: Pizza. HEX triplet: BC, 92 and 42. RGB value is (188,146,66). Sum of RGB (Red+Green+Blue) = 188+146+66=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9242 is #436DBD. Grayscale: #959595. Windows color (decimal): -4419006 or 4362940. OLE color: 4362940.

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

Color convert

RGB 188 146 66 -
CMYK 0 0.22 0.65 0.26
HSL 39.34º 0.48% 0.5% -
HSV(B) 39.34º 0.65% 0.74% -
XYZ 32 31.64 9.58 -
YUV 149.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 188 146 66 0 0.22 0.65 0.26 39.34 0.48 0.5
Hex BC 92 42 0 16 41 1A 27 30 32
Octal 274 222 102 0 26 101 32 47 60 62
Binary 10111100 10010010 1000010 0 10110 1000001 11010 100111 110000 110010

Color Harmonies of #BC9242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9242

Black with #BC9242

Text Example


Text Example

White with #BC9242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9242; }

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

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

background-color css

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

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

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

border-color css

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

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

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