#BF9E30

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

Shades of Sahara #BF9E30

Tints of Sahara #BF9E30

Color information

#BF9E30 (or 0xBF9E30) is unknown color: approx Sahara. HEX triplet: BF, 9E and 30. RGB value is (191,158,48). Sum of RGB (Red+Green+Blue) = 191+158+48=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E30 is #4061CF. Grayscale: #9B9B9B. Windows color (decimal): -4219344 or 3186367. OLE color: 3186367.

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

Color convert

RGB19115848-
CMYK00.170.750.25
HSL46.15º59.83%46.86%-
HSV(B)46.15º74.87%74.9%-
XYZ34.2535.747.89-
YUV155.3367.43153.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=48.11%
G=39.80%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911584800.170.750.2546.1559.8346.86
HexBF9E300114B192e3c2f
Octal2772366002111331567457
Binary1011111110011110110000010001100101111001101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E30; }

 p { color: rgb(191,158,48); }

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

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

 a { background-color: rgb(191,158,48); }

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

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

 span { border-color: rgb(191,158,48); }

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