Html Css Color HEX #BDB536 Old Gold

📋 copy color: '#BDB536'

red 189 ◦ green 181 ◦ blue 54

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

Shades of Old Gold #BDB536

Tints of Old Gold #BDB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 44.58%
G = 42.69%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB536 (or 0xBDB536) is known color: Old Gold. HEX triplet: BD, B5 and 36. RGB value is (189,181,54). Sum of RGB (Red+Green+Blue) = 189+181+54=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB536 is #424AC9. Grayscale: #A9A9A9. Windows color (decimal): -4344522 or 3585469. OLE color: 3585469.

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

Color convert

RGB 189 181 54 -
CMYK 0 0.04 0.71 0.26
HSL 56.44º 0.56% 0.48% -
HSV(B) 56.44º 0.71% 0.74% -
XYZ 38.18 44.13 10 -
YUV 168.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 189 181 54 0 0.04 0.71 0.26 56.44 0.56 0.48
Hex BD B5 36 0 4 47 1A 38 38 30
Octal 275 265 66 0 4 107 32 70 70 60
Binary 10111101 10110101 110110 0 100 1000111 11010 111000 111000 110000

Color Harmonies of #BDB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB536

Black with #BDB536

Text Example


Text Example

White with #BDB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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