Html Css Color HEX #BC9241 Pizza

📋 copy color: '#BC9241'

red 188 ◦ green 146 ◦ blue 65

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

Shades of Pizza #BC9241

Tints of Pizza #BC9241

RGB

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

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

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

R = 47.12%
G = 36.59%
B = 16.29%

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

#BC9241 (or 0xBC9241) is known color: Pizza. HEX triplet: BC, 92 and 41. RGB value is (188,146,65). Sum of RGB (Red+Green+Blue) = 188+146+65=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9241 is #436DBE. Grayscale: #959595. Windows color (decimal): -4419007 or 4297404. OLE color: 4297404.

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

Color convert

RGB 188 146 65 -
CMYK 0 0.22 0.65 0.26
HSL 39.51º 0.49% 0.5% -
HSV(B) 39.51º 0.65% 0.74% -
XYZ 31.97 31.63 9.42 -
YUV 149.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 188 146 65 0 0.22 0.65 0.26 39.51 0.49 0.5
Hex BC 92 41 0 16 41 1A 28 31 32
Octal 274 222 101 0 26 101 32 50 61 62
Binary 10111100 10010010 1000001 0 10110 1000001 11010 101000 110001 110010

Color Harmonies of #BC9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9241

Black with #BC9241

Text Example


Text Example

White with #BC9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9241; }

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

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

background-color css

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

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

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

border-color css

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

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

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