Html Css Color HEX #BDA025 Sahara

📋 copy color: '#BDA025'

red 189 ◦ green 160 ◦ blue 37

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

Shades of Sahara #BDA025

Tints of Sahara #BDA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 48.96%
G = 41.45%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDA025 (or 0xBDA025) is known color: Sahara. HEX triplet: BD, A0 and 25. RGB value is (189,160,37). Sum of RGB (Red+Green+Blue) = 189+160+37=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA025 is #425FDA. Grayscale: #9B9B9B. Windows color (decimal): -4349915 or 2465981. OLE color: 2465981.

HSL color Cylindrical-coordinate representation of color #BDA025: hue angle of 48.55º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA025 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 37 -
CMYK 0 0.15 0.80 0.26
HSL 48.55º 0.67% 0.44% -
HSV(B) 48.55º 0.8% 0.74% -
XYZ 33.89 36.09 6.93 -
YUV 154.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 189 160 37 0 0.15 0.80 0.26 48.55 0.67 0.44
Hex BD A0 25 0 F 50 1A 31 43 2C
Octal 275 240 45 0 17 120 32 61 103 54
Binary 10111101 10100000 100101 0 1111 1010000 11010 110001 1000011 101100

Color Harmonies of #BDA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA025

Black with #BDA025

Text Example


Text Example

White with #BDA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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