Html Css Color HEX #BDB935 Old Gold

📋 copy color: '#BDB935'

red 189 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #BDB935

Tints of Old Gold #BDB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 53 (21.09% from 255) = 12.41%

R = 44.26%
G = 43.33%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB935 (or 0xBDB935) is known color: Old Gold. HEX triplet: BD, B9 and 35. RGB value is (189,185,53). Sum of RGB (Red+Green+Blue) = 189+185+53=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB935 is #4246CA. Grayscale: #ABABAB. Windows color (decimal): -4343499 or 3520957. OLE color: 3520957.

HSL color Cylindrical-coordinate representation of color #BDB935: hue angle of 58.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDB935 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 53 -
CMYK 0 0.02 0.72 0.26
HSL 58.24º 0.56% 0.47% -
HSV(B) 58.24º 0.72% 0.74% -
XYZ 38.98 45.77 10.15 -
YUV 171.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 189 185 53 0 0.02 0.72 0.26 58.24 0.56 0.47
Hex BD B9 35 0 2 48 1A 3A 38 2F
Octal 275 271 65 0 2 110 32 72 70 57
Binary 10111101 10111001 110101 0 10 1001000 11010 111010 111000 101111

Color Harmonies of #BDB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB935

Black with #BDB935

Text Example


Text Example

White with #BDB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB935; }

 p { color: rgb(189,185,53); }

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

background-color css

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

 a { background-color: rgb(189,185,53); }

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

border-color css

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

 span { border-color: rgb(189,185,53); }

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