Html Css Color HEX #BDA031 Sahara

📋 copy color: '#BDA031'

red 189 ◦ green 160 ◦ blue 49

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

Shades of Sahara #BDA031

Tints of Sahara #BDA031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 47.49%
G = 40.2%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDA031 (or 0xBDA031) is known color: Sahara. HEX triplet: BD, A0 and 31. RGB value is (189,160,49). Sum of RGB (Red+Green+Blue) = 189+160+49=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA031 is #425FCE. Grayscale: #9C9C9C. Windows color (decimal): -4349903 or 3252413. OLE color: 3252413.

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

Color convert

RGB 189 160 49 -
CMYK 0 0.15 0.74 0.26
HSL 47.57º 0.59% 0.47% -
HSV(B) 47.57º 0.74% 0.74% -
XYZ 34.11 36.18 8.09 -
YUV 156.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 189 160 49 0 0.15 0.74 0.26 47.57 0.59 0.47
Hex BD A0 31 0 F 4A 1A 30 3B 2F
Octal 275 240 61 0 17 112 32 60 73 57
Binary 10111101 10100000 110001 0 1111 1001010 11010 110000 111011 101111

Color Harmonies of #BDA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA031

Black with #BDA031

Text Example


Text Example

White with #BDA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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