Html Css Color HEX #BD9F2E Sahara

📋 copy color: '#BD9F2E'

red 189 ◦ green 159 ◦ blue 46

#BD9F2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #BD9F2E

Tints of Sahara #BD9F2E

RGB

 RED value IS 189 (74.22% from 255) = 47.97%

 GREEN value IS 159 (62.5% from 255) = 40.36%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 47.97%
G = 40.36%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD9F2E (or 0xBD9F2E) is known color: Sahara. HEX triplet: BD, 9F and 2E. RGB value is (189,159,46). Sum of RGB (Red+Green+Blue) = 189+159+46=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F2E is #4260D1. Grayscale: #9B9B9B. Windows color (decimal): -4350162 or 3055549. OLE color: 3055549.

HSL color Cylindrical-coordinate representation of color #BD9F2E: hue angle of 47.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD9F2E is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 159 46 -
CMYK 0 0.16 0.76 0.26
HSL 47.41º 0.61% 0.46% -
HSV(B) 47.41º 0.76% 0.74% -
XYZ 33.88 35.81 7.71 -
YUV 155.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 189 159 46 0 0.16 0.76 0.26 47.41 0.61 0.46
Hex BD 9F 2E 0 10 4C 1A 2F 3D 2E
Octal 275 237 56 0 20 114 32 57 75 56
Binary 10111101 10011111 101110 0 10000 1001100 11010 101111 111101 101110

Color Harmonies of #BD9F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F2E

Black with #BD9F2E

Text Example


Text Example

White with #BD9F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F2E; }

 p { color: rgb(189,159,46); }

 H1.HeaderClassName
 {
   color: #BD9F2E;
 }
 .AnyTagClassName
 {
   color: #BD9F2E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,159,46); }

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

border-color css

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

 span { border-color: rgb(189,159,46); }

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