#BF9B41

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

Shades of Roti #BF9B41

Tints of Roti #BF9B41

Color information

#BF9B41 (or 0xBF9B41) is unknown color: approx Roti. HEX triplet: BF, 9B and 41. RGB value is (191,155,65). Sum of RGB (Red+Green+Blue) = 191+155+65=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B41 is #4064BE. Grayscale: #9B9B9B. Windows color (decimal): -4220095 or 4299711. OLE color: 4299711.

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

Color convert

RGB19115565-
CMYK00.190.660.25
HSL42.86º49.61%50.2%-
HSV(B)42.86º65.97%74.9%-
XYZ34.1634.99.94-
YUV155.576.93153.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=46.47%
G=37.71%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911556500.190.660.2542.8649.6150.2
HexBF9B4101342192b3232
Octal27723310102310231536262
Binary10111111100110111000001010011100001011001101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B41; }

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

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

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

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

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

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

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

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