Html Css Color HEX #BDB637 Old Gold

📋 copy color: '#BDB637'

red 189 ◦ green 182 ◦ blue 55

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

Shades of Old Gold #BDB637

Tints of Old Gold #BDB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.72%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 44.37%
G = 42.72%
B = 12.91%

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

#BDB637 (or 0xBDB637) is known color: Old Gold. HEX triplet: BD, B6 and 37. RGB value is (189,182,55). Sum of RGB (Red+Green+Blue) = 189+182+55=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB637 is #4249C8. Grayscale: #AAAAAA. Windows color (decimal): -4344265 or 3651261. OLE color: 3651261.

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

Color convert

RGB 189 182 55 -
CMYK 0 0.04 0.71 0.26
HSL 56.87º 0.55% 0.48% -
HSV(B) 56.87º 0.71% 0.74% -
XYZ 38.4 44.55 10.19 -
YUV 169.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 189 182 55 0 0.04 0.71 0.26 56.87 0.55 0.48
Hex BD B6 37 0 4 47 1A 39 37 30
Octal 275 266 67 0 4 107 32 71 67 60
Binary 10111101 10110110 110111 0 100 1000111 11010 111001 110111 110000

Color Harmonies of #BDB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB637

Black with #BDB637

Text Example


Text Example

White with #BDB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB637; }

 p { color: rgb(189,182,55); }

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

background-color css

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

 a { background-color: rgb(189,182,55); }

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

border-color css

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

 span { border-color: rgb(189,182,55); }

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