#BF9B48

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

Shades of Roti #BF9B48

Tints of Roti #BF9B48

Color information

#BF9B48 (or 0xBF9B48) is unknown color: approx Roti. HEX triplet: BF, 9B and 48. RGB value is (191,155,72). Sum of RGB (Red+Green+Blue) = 191+155+72=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B48 is #4064B7. Grayscale: #9C9C9C. Windows color (decimal): -4220088 or 4758463. OLE color: 4758463.

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

Color convert

RGB19115572-
CMYK00.190.620.25
HSL41.85º48.18%51.57%-
HSV(B)41.85º62.3%74.9%-
XYZ34.3834.9911.07-
YUV156.380.43152.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 72 (28.52% from 255) = 17.22%
R=45.69%
G=37.08%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911557200.190.620.2541.8548.1851.57
HexBF9B480133E192a3034
Octal2772331100237631526064
Binary1011111110011011100100001001111111011001101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B48; }

 p { color: rgb(191,155,72); }

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

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

 a { background-color: rgb(191,155,72); }

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

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

 span { border-color: rgb(191,155,72); }

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