Html Css Color HEX #BC9040 Pizza

📋 copy color: '#BC9040'

red 188 ◦ green 144 ◦ blue 64

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

Shades of Pizza #BC9040

Tints of Pizza #BC9040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 47.47%
G = 36.36%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9040 (or 0xBC9040) is known color: Pizza. HEX triplet: BC, 90 and 40. RGB value is (188,144,64). Sum of RGB (Red+Green+Blue) = 188+144+64=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9040 is #436FBF. Grayscale: #949494. Windows color (decimal): -4419520 or 4231356. OLE color: 4231356.

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

Color convert

RGB 188 144 64 -
CMYK 0 0.23 0.66 0.26
HSL 38.71º 0.49% 0.49% -
HSV(B) 38.71º 0.66% 0.74% -
XYZ 31.64 31.01 9.17 -
YUV 148.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 188 144 64 0 0.23 0.66 0.26 38.71 0.49 0.49
Hex BC 90 40 0 17 42 1A 27 31 31
Octal 274 220 100 0 27 102 32 47 61 61
Binary 10111100 10010000 1000000 0 10111 1000010 11010 100111 110001 110001

Color Harmonies of #BC9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9040

Black with #BC9040

Text Example


Text Example

White with #BC9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9040; }

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

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

background-color css

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

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

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

border-color css

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

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

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