Html Css Color HEX #BDA130 Sahara

📋 copy color: '#BDA130'

red 189 ◦ green 161 ◦ blue 48

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

Shades of Sahara #BDA130

Tints of Sahara #BDA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 47.49%
G = 40.45%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDA130 (or 0xBDA130) is known color: Sahara. HEX triplet: BD, A1 and 30. RGB value is (189,161,48). Sum of RGB (Red+Green+Blue) = 189+161+48=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA130 is #425ECF. Grayscale: #9C9C9C. Windows color (decimal): -4349648 or 3187133. OLE color: 3187133.

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

Color convert

RGB 189 161 48 -
CMYK 0 0.15 0.75 0.26
HSL 48.09º 0.59% 0.46% -
HSV(B) 48.09º 0.75% 0.74% -
XYZ 34.26 36.52 8.04 -
YUV 156.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 189 161 48 0 0.15 0.75 0.26 48.09 0.59 0.46
Hex BD A1 30 0 F 4B 1A 30 3B 2E
Octal 275 241 60 0 17 113 32 60 73 56
Binary 10111101 10100001 110000 0 1111 1001011 11010 110000 111011 101110

Color Harmonies of #BDA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA130

Black with #BDA130

Text Example


Text Example

White with #BDA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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