Html Css Color HEX #BDA230 Sahara

📋 copy color: '#BDA230'

red 189 ◦ green 162 ◦ blue 48

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

Shades of Sahara #BDA230

Tints of Sahara #BDA230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 47.37%
G = 40.6%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDA230 (or 0xBDA230) is known color: Sahara. HEX triplet: BD, A2 and 30. RGB value is (189,162,48). Sum of RGB (Red+Green+Blue) = 189+162+48=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA230 is #425DCF. Grayscale: #9D9D9D. Windows color (decimal): -4349392 or 3187389. OLE color: 3187389.

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

Color convert

RGB 189 162 48 -
CMYK 0 0.14 0.75 0.26
HSL 48.51º 0.59% 0.46% -
HSV(B) 48.51º 0.75% 0.74% -
XYZ 34.44 36.87 8.1 -
YUV 157.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 189 162 48 0 0.14 0.75 0.26 48.51 0.59 0.46
Hex BD A2 30 0 E 4B 1A 31 3B 2E
Octal 275 242 60 0 16 113 32 61 73 56
Binary 10111101 10100010 110000 0 1110 1001011 11010 110001 111011 101110

Color Harmonies of #BDA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA230

Black with #BDA230

Text Example


Text Example

White with #BDA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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