Html Css Color HEX #BD9A24 Sahara

📋 copy color: '#BD9A24'

red 189 ◦ green 154 ◦ blue 36

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

Shades of Sahara #BD9A24

Tints of Sahara #BD9A24

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 36 (14.45% from 255) = 9.5%

R = 49.87%
G = 40.63%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD9A24 (or 0xBD9A24) is known color: Sahara. HEX triplet: BD, 9A and 24. RGB value is (189,154,36). Sum of RGB (Red+Green+Blue) = 189+154+36=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A24 is #4265DB. Grayscale: #979797. Windows color (decimal): -4351452 or 2398909. OLE color: 2398909.

HSL color Cylindrical-coordinate representation of color #BD9A24: hue angle of 46.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9A24 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 36 -
CMYK 0 0.19 0.81 0.26
HSL 46.27º 0.68% 0.44% -
HSV(B) 46.27º 0.81% 0.74% -
XYZ 32.86 34.06 6.51 -
YUV 151.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 189 154 36 0 0.19 0.81 0.26 46.27 0.68 0.44
Hex BD 9A 24 0 13 51 1A 2E 44 2C
Octal 275 232 44 0 23 121 32 56 104 54
Binary 10111101 10011010 100100 0 10011 1010001 11010 101110 1000100 101100

Color Harmonies of #BD9A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A24

Black with #BD9A24

Text Example


Text Example

White with #BD9A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A24; }

 p { color: rgb(189,154,36); }

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

background-color css

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

 a { background-color: rgb(189,154,36); }

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

border-color css

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

 span { border-color: rgb(189,154,36); }

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