#BF953A

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

Shades of Pizza #BF953A

Tints of Pizza #BF953A

Color information

#BF953A (or 0xBF953A) is unknown color: approx Pizza. HEX triplet: BF, 95 and 3A. RGB value is (191,149,58). Sum of RGB (Red+Green+Blue) = 191+149+58=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF953A is #406AC5. Grayscale: #979797. Windows color (decimal): -4221638 or 3839423. OLE color: 3839423.

HSL color Cylindrical-coordinate representation of color #BF953A: hue angle of 41.05º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF953A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19114958-
CMYK00.220.700.25
HSL41.05º53.41%48.82%-
HSV(B)41.05º69.63%74.9%-
XYZ3332.888.61-
YUV151.1875.41156.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 58 (23.05% from 255) = 14.57%
R=47.99%
G=37.44%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911495800.220.700.2541.0553.4148.82
HexBF953A0164619293531
Octal2772257202610631516561
Binary1011111110010101111010010110100011011001101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF953A; }

 p { color: rgb(191,149,58); }

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

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

 a { background-color: rgb(191,149,58); }

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

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

 span { border-color: rgb(191,149,58); }

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