Html Css Color HEX #BDA024 Sahara

📋 copy color: '#BDA024'

red 189 ◦ green 160 ◦ blue 36

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

Shades of Sahara #BDA024

Tints of Sahara #BDA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 49.09%
G = 41.56%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDA024 (or 0xBDA024) is known color: Sahara. HEX triplet: BD, A0 and 24. RGB value is (189,160,36). Sum of RGB (Red+Green+Blue) = 189+160+36=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA024 is #425FDB. Grayscale: #9B9B9B. Windows color (decimal): -4349916 or 2400445. OLE color: 2400445.

HSL color Cylindrical-coordinate representation of color #BDA024: hue angle of 48.63º 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 #BDA024 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 36 -
CMYK 0 0.15 0.81 0.26
HSL 48.63º 0.68% 0.44% -
HSV(B) 48.63º 0.81% 0.74% -
XYZ 33.88 36.09 6.85 -
YUV 154.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 189 160 36 0 0.15 0.81 0.26 48.63 0.68 0.44
Hex BD A0 24 0 F 51 1A 31 44 2C
Octal 275 240 44 0 17 121 32 61 104 54
Binary 10111101 10100000 100100 0 1111 1010001 11010 110001 1000100 101100

Color Harmonies of #BDA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA024

Black with #BDA024

Text Example


Text Example

White with #BDA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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