#bc8f43

Color #BC8F43 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BC8F43

Tints of Pizza #BC8F43

Color information

#BC8F43 (or 0xBC8F43) is unknown color: approx Pizza. HEX triplet: BC, 8F and 43. RGB value is (188,143,67). Sum of RGB (Red+Green+Blue) = 188+143+67=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F43 is #4370BC. Grayscale: #949494. Windows color (decimal): -4419773 or 4427708. OLE color: 4427708.

HSL color Cylindrical-coordinate representation of color #BC8F43: hue angle of 37.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8F43 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18814367-
CMYK00.240.640.26
HSL37.69º47.45%50%-
HSV(B)37.69º64.36%73.73%-
XYZ31.5730.749.58-
YUV147.7982.41156.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=47.24%
G=35.93%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881436700.240.640.2637.6947.4550
HexBC8F43018401A262f32
Octal27421710303010032465762
Binary10111100100011111000011011000100000011010100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8f43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8f43; }

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

 H1.HeaderClassName
 {
   color: #bc8f43;
 }
 .AnyTagClassName
 {
   color: #bc8f43;
 }
</style>
background-color css

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

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

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

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

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

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