Html Css Color HEX #BDB839 Old Gold

📋 copy color: '#BDB839'

red 189 ◦ green 184 ◦ blue 57

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

Shades of Old Gold #BDB839

Tints of Old Gold #BDB839

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

 BLUE value IS 57 (22.66% from 255) = 13.26%

R = 43.95%
G = 42.79%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB839 (or 0xBDB839) is known color: Old Gold. HEX triplet: BD, B8 and 39. RGB value is (189,184,57). Sum of RGB (Red+Green+Blue) = 189+184+57=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB839 is #4247C6. Grayscale: #ABABAB. Windows color (decimal): -4343751 or 3782845. OLE color: 3782845.

HSL color Cylindrical-coordinate representation of color #BDB839: hue angle of 57.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB839 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 57 -
CMYK 0 0.03 0.70 0.26
HSL 57.73º 0.54% 0.48% -
HSV(B) 57.73º 0.7% 0.74% -
XYZ 38.87 45.4 10.58 -
YUV 171.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 189 184 57 0 0.03 0.70 0.26 57.73 0.54 0.48
Hex BD B8 39 0 3 46 1A 3A 36 30
Octal 275 270 71 0 3 106 32 72 66 60
Binary 10111101 10111000 111001 0 11 1000110 11010 111010 110110 110000

Color Harmonies of #BDB839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB839

Black with #BDB839

Text Example


Text Example

White with #BDB839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB839; }

 p { color: rgb(189,184,57); }

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

background-color css

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

 a { background-color: rgb(189,184,57); }

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

border-color css

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

 span { border-color: rgb(189,184,57); }

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