Html Css Color HEX #BC8F3F Pizza

📋 copy color: '#BC8F3F'

red 188 ◦ green 143 ◦ blue 63

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

Shades of Pizza #BC8F3F

Tints of Pizza #BC8F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 47.72%
G = 36.29%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8F3F (or 0xBC8F3F) is known color: Pizza. HEX triplet: BC, 8F and 3F. RGB value is (188,143,63). Sum of RGB (Red+Green+Blue) = 188+143+63=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F3F is #4370C0. Grayscale: #939393. Windows color (decimal): -4419777 or 4165564. OLE color: 4165564.

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

Color convert

RGB 188 143 63 -
CMYK 0 0.24 0.66 0.26
HSL 38.4º 0.5% 0.49% -
HSV(B) 38.4º 0.66% 0.74% -
XYZ 31.46 30.7 8.97 -
YUV 147.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 188 143 63 0 0.24 0.66 0.26 38.4 0.5 0.49
Hex BC 8F 3F 0 18 42 1A 26 32 31
Octal 274 217 77 0 30 102 32 46 62 61
Binary 10111100 10001111 111111 0 11000 1000010 11010 100110 110010 110001

Color Harmonies of #BC8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F3F

Black with #BC8F3F

Text Example


Text Example

White with #BC8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F3F; }

 p { color: rgb(188,143,63); }

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

background-color css

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

 a { background-color: rgb(188,143,63); }

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

border-color css

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

 span { border-color: rgb(188,143,63); }

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