Html Css Color HEX #BDA231 Sahara

📋 copy color: '#BDA231'

red 189 ◦ green 162 ◦ blue 49

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

Shades of Sahara #BDA231

Tints of Sahara #BDA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 47.25%
G = 40.5%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDA231 (or 0xBDA231) is known color: Sahara. HEX triplet: BD, A2 and 31. RGB value is (189,162,49). Sum of RGB (Red+Green+Blue) = 189+162+49=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA231 is #425DCE. Grayscale: #9D9D9D. Windows color (decimal): -4349391 or 3252925. OLE color: 3252925.

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

Color convert

RGB 189 162 49 -
CMYK 0 0.14 0.74 0.26
HSL 48.43º 0.59% 0.47% -
HSV(B) 48.43º 0.74% 0.74% -
XYZ 34.46 36.88 8.21 -
YUV 157.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 189 162 49 0 0.14 0.74 0.26 48.43 0.59 0.47
Hex BD A2 31 0 E 4A 1A 30 3B 2F
Octal 275 242 61 0 16 112 32 60 73 57
Binary 10111101 10100010 110001 0 1110 1001010 11010 110000 111011 101111

Color Harmonies of #BDA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA231

Black with #BDA231

Text Example


Text Example

White with #BDA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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