Html Css Color HEX #BC8C3F Pizza

📋 copy color: '#BC8C3F'

red 188 ◦ green 140 ◦ blue 63

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

Shades of Pizza #BC8C3F

Tints of Pizza #BC8C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 48.08%
G = 35.81%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8C3F (or 0xBC8C3F) is known color: Pizza. HEX triplet: BC, 8C and 3F. RGB value is (188,140,63). Sum of RGB (Red+Green+Blue) = 188+140+63=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C3F is #4373C0. Grayscale: #919191. Windows color (decimal): -4420545 or 4164796. OLE color: 4164796.

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

Color convert

RGB 188 140 63 -
CMYK 0 0.26 0.66 0.26
HSL 36.96º 0.5% 0.49% -
HSV(B) 36.96º 0.66% 0.74% -
XYZ 31.01 29.81 8.82 -
YUV 145.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 188 140 63 0 0.26 0.66 0.26 36.96 0.5 0.49
Hex BC 8C 3F 0 1A 42 1A 25 32 31
Octal 274 214 77 0 32 102 32 45 62 61
Binary 10111100 10001100 111111 0 11010 1000010 11010 100101 110010 110001

Color Harmonies of #BC8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C3F

Black with #BC8C3F

Text Example


Text Example

White with #BC8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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