#BF9A39

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

Shades of Roti #BF9A39

Tints of Roti #BF9A39

Color information

#BF9A39 (or 0xBF9A39) is unknown color: approx Roti. HEX triplet: BF, 9A and 39. RGB value is (191,154,57). Sum of RGB (Red+Green+Blue) = 191+154+57=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A39 is #4065C6. Grayscale: #9A9A9A. Windows color (decimal): -4220359 or 3775167. OLE color: 3775167.

HSL color Cylindrical-coordinate representation of color #BF9A39: hue angle of 43.43º degrees, saturation: 0.54, 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 #BF9A39 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19115457-
CMYK00.190.700.25
HSL43.43º54.03%48.63%-
HSV(B)43.43º70.16%74.9%-
XYZ33.7834.488.75-
YUV15473.26154.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 57 (22.66% from 255) = 14.18%
R=47.51%
G=38.31%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911545700.190.700.2543.4354.0348.63
HexBF9A3901346192b3631
Octal2772327102310631536661
Binary1011111110011010111001010011100011011001101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A39; }

 p { color: rgb(191,154,57); }

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

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

 a { background-color: rgb(191,154,57); }

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

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

 span { border-color: rgb(191,154,57); }

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