Html Css Color HEX #BDA129 Sahara

📋 copy color: '#BDA129'

red 189 ◦ green 161 ◦ blue 41

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

Shades of Sahara #BDA129

Tints of Sahara #BDA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 48.34%
G = 41.18%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDA129 (or 0xBDA129) is known color: Sahara. HEX triplet: BD, A1 and 29. RGB value is (189,161,41). Sum of RGB (Red+Green+Blue) = 189+161+41=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA129 is #425ED6. Grayscale: #9C9C9C. Windows color (decimal): -4349655 or 2728381. OLE color: 2728381.

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

Color convert

RGB 189 161 41 -
CMYK 0 0.15 0.78 0.26
HSL 48.65º 0.64% 0.45% -
HSV(B) 48.65º 0.78% 0.74% -
XYZ 34.13 36.47 7.34 -
YUV 155.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 189 161 41 0 0.15 0.78 0.26 48.65 0.64 0.45
Hex BD A1 29 0 F 4E 1A 31 40 2D
Octal 275 241 51 0 17 116 32 61 100 55
Binary 10111101 10100001 101001 0 1111 1001110 11010 110001 1000000 101101

Color Harmonies of #BDA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA129

Black with #BDA129

Text Example


Text Example

White with #BDA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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