#BF8B42

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

Shades of Pizza #BF8B42

Tints of Pizza #BF8B42

Color information

#BF8B42 (or 0xBF8B42) is unknown color: approx Pizza. HEX triplet: BF, 8B and 42. RGB value is (191,139,66). Sum of RGB (Red+Green+Blue) = 191+139+66=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B42 is #4074BD. Grayscale: #929292. Windows color (decimal): -4224190 or 4361151. OLE color: 4361151.

HSL color Cylindrical-coordinate representation of color #BF8B42: hue angle of 35.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF8B42 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19113966-
CMYK00.270.650.25
HSL35.04º49.41%50.39%-
HSV(B)35.04º65.45%74.9%-
XYZ31.729.939.26-
YUV146.2382.73159.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=48.23%
G=35.10%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911396600.270.650.2535.0449.4150.39
HexBF8B4201B4119233132
Octal27721310203310131436162
Binary10111111100010111000010011011100000111001100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B42; }

 p { color: rgb(191,139,66); }

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

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

 a { background-color: rgb(191,139,66); }

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

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

 span { border-color: rgb(191,139,66); }

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