Html Css Color HEX #BDA128 Sahara

📋 copy color: '#BDA128'

red 189 ◦ green 161 ◦ blue 40

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

Shades of Sahara #BDA128

Tints of Sahara #BDA128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 48.46%
G = 41.28%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDA128 (or 0xBDA128) is known color: Sahara. HEX triplet: BD, A1 and 28. RGB value is (189,161,40). Sum of RGB (Red+Green+Blue) = 189+161+40=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA128 is #425ED7. Grayscale: #9C9C9C. Windows color (decimal): -4349656 or 2662845. OLE color: 2662845.

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

Color convert

RGB 189 161 40 -
CMYK 0 0.15 0.79 0.26
HSL 48.72º 0.65% 0.45% -
HSV(B) 48.72º 0.79% 0.74% -
XYZ 34.11 36.46 7.25 -
YUV 155.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 189 161 40 0 0.15 0.79 0.26 48.72 0.65 0.45
Hex BD A1 28 0 F 4F 1A 31 41 2D
Octal 275 241 50 0 17 117 32 61 101 55
Binary 10111101 10100001 101000 0 1111 1001111 11010 110001 1000001 101101

Color Harmonies of #BDA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA128

Black with #BDA128

Text Example


Text Example

White with #BDA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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