Html Css Color HEX #BDA028 Sahara

📋 copy color: '#BDA028'

red 189 ◦ green 160 ◦ blue 40

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

Shades of Sahara #BDA028

Tints of Sahara #BDA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

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

R = 48.59%
G = 41.13%
B = 10.28%

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

#BDA028 (or 0xBDA028) is known color: Sahara. HEX triplet: BD, A0 and 28. RGB value is (189,160,40). Sum of RGB (Red+Green+Blue) = 189+160+40=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA028 is #425FD7. Grayscale: #9B9B9B. Windows color (decimal): -4349912 or 2662589. OLE color: 2662589.

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

Color convert

RGB 189 160 40 -
CMYK 0 0.15 0.79 0.26
HSL 48.32º 0.65% 0.45% -
HSV(B) 48.32º 0.79% 0.74% -
XYZ 33.94 36.11 7.19 -
YUV 154.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 189 160 40 0 0.15 0.79 0.26 48.32 0.65 0.45
Hex BD A0 28 0 F 4F 1A 30 41 2D
Octal 275 240 50 0 17 117 32 60 101 55
Binary 10111101 10100000 101000 0 1111 1001111 11010 110000 1000001 101101

Color Harmonies of #BDA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA028

Black with #BDA028

Text Example


Text Example

White with #BDA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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