Html Css Color HEX #BC9240 Pizza

📋 copy color: '#BC9240'

red 188 ◦ green 146 ◦ blue 64

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

Shades of Pizza #BC9240

Tints of Pizza #BC9240

RGB

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

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

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

R = 47.24%
G = 36.68%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9240 (or 0xBC9240) is known color: Pizza. HEX triplet: BC, 92 and 40. RGB value is (188,146,64). Sum of RGB (Red+Green+Blue) = 188+146+64=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9240 is #436DBF. Grayscale: #959595. Windows color (decimal): -4419008 or 4231868. OLE color: 4231868.

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

Color convert

RGB 188 146 64 -
CMYK 0 0.22 0.66 0.26
HSL 39.68º 0.49% 0.49% -
HSV(B) 39.68º 0.66% 0.74% -
XYZ 31.94 31.62 9.27 -
YUV 149.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 188 146 64 0 0.22 0.66 0.26 39.68 0.49 0.49
Hex BC 92 40 0 16 42 1A 28 31 31
Octal 274 222 100 0 26 102 32 50 61 61
Binary 10111100 10010010 1000000 0 10110 1000010 11010 101000 110001 110001

Color Harmonies of #BC9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9240

Black with #BC9240

Text Example


Text Example

White with #BC9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9240; }

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

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

background-color css

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

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

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

border-color css

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

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

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