Html Css Color HEX #BDA033 Sahara

📋 copy color: '#BDA033'

red 189 ◦ green 160 ◦ blue 51

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

Shades of Sahara #BDA033

Tints of Sahara #BDA033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.75%

R = 47.25%
G = 40%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDA033 (or 0xBDA033) is known color: Sahara. HEX triplet: BD, A0 and 33. RGB value is (189,160,51). Sum of RGB (Red+Green+Blue) = 189+160+51=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA033 is #425FCC. Grayscale: #9C9C9C. Windows color (decimal): -4349901 or 3383485. OLE color: 3383485.

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

Color convert

RGB 189 160 51 -
CMYK 0 0.15 0.73 0.26
HSL 47.39º 0.58% 0.47% -
HSV(B) 47.39º 0.73% 0.74% -
XYZ 34.15 36.2 8.32 -
YUV 156.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 189 160 51 0 0.15 0.73 0.26 47.39 0.58 0.47
Hex BD A0 33 0 F 49 1A 2F 3A 2F
Octal 275 240 63 0 17 111 32 57 72 57
Binary 10111101 10100000 110011 0 1111 1001001 11010 101111 111010 101111

Color Harmonies of #BDA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA033

Black with #BDA033

Text Example


Text Example

White with #BDA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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