#BF8938

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

Shades of Pizza #BF8938

Tints of Pizza #BF8938

Color information

#BF8938 (or 0xBF8938) is unknown color: approx Pizza. HEX triplet: BF, 89 and 38. RGB value is (191,137,56). Sum of RGB (Red+Green+Blue) = 191+137+56=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8938 is #4076C7. Grayscale: #909090. Windows color (decimal): -4224712 or 3705279. OLE color: 3705279.

HSL color Cylindrical-coordinate representation of color #BF8938: hue angle of 36º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8938 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19113756-
CMYK00.280.710.25
HSL36º54.66%48.43%-
HSV(B)36º70.68%74.9%-
XYZ31.1529.257.75-
YUV143.9178.39161.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=49.74%
G=35.68%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911375600.280.710.253654.6648.43
HexBF893801C4719243730
Octal2772117003410731446760
Binary1011111110001001111000011100100011111001100100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8938; }

 p { color: rgb(191,137,56); }

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

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

 a { background-color: rgb(191,137,56); }

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

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

 span { border-color: rgb(191,137,56); }

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