#BF9D3A

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

Shades of Roti #BF9D3A

Tints of Roti #BF9D3A

Color information

#BF9D3A (or 0xBF9D3A) is unknown color: approx Roti. HEX triplet: BF, 9D and 3A. RGB value is (191,157,58). Sum of RGB (Red+Green+Blue) = 191+157+58=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9D3A is #4062C5. Grayscale: #9C9C9C. Windows color (decimal): -4219590 or 3841471. OLE color: 3841471.

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

Color convert

RGB19115758-
CMYK00.180.700.25
HSL44.66º53.41%48.82%-
HSV(B)44.66º69.63%74.9%-
XYZ34.3135.59.05-
YUV155.8872.76153.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=47.04%
G=38.67%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911575800.180.700.2544.6653.4148.82
HexBF9D3A01246192d3531
Octal2772357202210631556561
Binary1011111110011101111010010010100011011001101101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D3A; }

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

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

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

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

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

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

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

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