Html Css Color HEX #BDB535 Old Gold

📋 copy color: '#BDB535'

red 189 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #BDB535

Tints of Old Gold #BDB535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

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

R = 44.68%
G = 42.79%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB535 (or 0xBDB535) is known color: Old Gold. HEX triplet: BD, B5 and 35. RGB value is (189,181,53). Sum of RGB (Red+Green+Blue) = 189+181+53=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB535 is #424ACA. Grayscale: #A9A9A9. Windows color (decimal): -4344523 or 3519933. OLE color: 3519933.

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

Color convert

RGB 189 181 53 -
CMYK 0 0.04 0.72 0.26
HSL 56.47º 0.56% 0.47% -
HSV(B) 56.47º 0.72% 0.74% -
XYZ 38.15 44.12 9.87 -
YUV 168.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 189 181 53 0 0.04 0.72 0.26 56.47 0.56 0.47
Hex BD B5 35 0 4 48 1A 38 38 2F
Octal 275 265 65 0 4 110 32 70 70 57
Binary 10111101 10110101 110101 0 100 1001000 11010 111000 111000 101111

Color Harmonies of #BDB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB535

Black with #BDB535

Text Example


Text Example

White with #BDB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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