Html Css Color HEX #BC8939 Pizza

📋 copy color: '#BC8939'

red 188 ◦ green 137 ◦ blue 57

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

Shades of Pizza #BC8939

Tints of Pizza #BC8939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 57 (22.66% from 255) = 14.92%

R = 49.21%
G = 35.86%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8939 (or 0xBC8939) is known color: Pizza. HEX triplet: BC, 89 and 39. RGB value is (188,137,57). Sum of RGB (Red+Green+Blue) = 188+137+57=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8939 is #4376C6. Grayscale: #8F8F8F. Windows color (decimal): -4421319 or 3770812. OLE color: 3770812.

HSL color Cylindrical-coordinate representation of color #BC8939: hue angle of 36.64º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8939 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 57 -
CMYK 0 0.27 0.70 0.26
HSL 36.64º 0.53% 0.48% -
HSV(B) 36.64º 0.7% 0.74% -
XYZ 30.42 28.88 7.84 -
YUV 143.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 188 137 57 0 0.27 0.70 0.26 36.64 0.53 0.48
Hex BC 89 39 0 1B 46 1A 25 35 30
Octal 274 211 71 0 33 106 32 45 65 60
Binary 10111100 10001001 111001 0 11011 1000110 11010 100101 110101 110000

Color Harmonies of #BC8939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8939

Black with #BC8939

Text Example


Text Example

White with #BC8939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8939; }

 p { color: rgb(188,137,57); }

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

background-color css

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

 a { background-color: rgb(188,137,57); }

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

border-color css

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

 span { border-color: rgb(188,137,57); }

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