Html Css Color HEX #BC8D3F Pizza

📋 copy color: '#BC8D3F'

red 188 ◦ green 141 ◦ blue 63

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

Shades of Pizza #BC8D3F

Tints of Pizza #BC8D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

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

R = 47.96%
G = 35.97%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8D3F (or 0xBC8D3F) is known color: Pizza. HEX triplet: BC, 8D and 3F. RGB value is (188,141,63). Sum of RGB (Red+Green+Blue) = 188+141+63=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D3F is #4372C0. Grayscale: #929292. Windows color (decimal): -4420289 or 4165052. OLE color: 4165052.

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

Color convert

RGB 188 141 63 -
CMYK 0 0.25 0.66 0.26
HSL 37.44º 0.5% 0.49% -
HSV(B) 37.44º 0.66% 0.74% -
XYZ 31.16 30.1 8.87 -
YUV 146.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 188 141 63 0 0.25 0.66 0.26 37.44 0.5 0.49
Hex BC 8D 3F 0 19 42 1A 25 32 31
Octal 274 215 77 0 31 102 32 45 62 61
Binary 10111100 10001101 111111 0 11001 1000010 11010 100101 110010 110001

Color Harmonies of #BC8D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D3F

Black with #BC8D3F

Text Example


Text Example

White with #BC8D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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