Html Css Color HEX #BDB635 Old Gold

📋 copy color: '#BDB635'

red 189 ◦ green 182 ◦ blue 53

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

Shades of Old Gold #BDB635

Tints of Old Gold #BDB635

RGB

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

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

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

R = 44.58%
G = 42.92%
B = 12.5%

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

#BDB635 (or 0xBDB635) is known color: Old Gold. HEX triplet: BD, B6 and 35. RGB value is (189,182,53). Sum of RGB (Red+Green+Blue) = 189+182+53=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB635 is #4249CA. Grayscale: #A9A9A9. Windows color (decimal): -4344267 or 3520189. OLE color: 3520189.

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

Color convert

RGB 189 182 53 -
CMYK 0 0.04 0.72 0.26
HSL 56.91º 0.56% 0.47% -
HSV(B) 56.91º 0.72% 0.74% -
XYZ 38.36 44.53 9.94 -
YUV 169.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 189 182 53 0 0.04 0.72 0.26 56.91 0.56 0.47
Hex BD B6 35 0 4 48 1A 39 38 2F
Octal 275 266 65 0 4 110 32 71 70 57
Binary 10111101 10110110 110101 0 100 1001000 11010 111001 111000 101111

Color Harmonies of #BDB635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB635

Black with #BDB635

Text Example


Text Example

White with #BDB635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB635; }

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

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

background-color css

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

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

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

border-color css

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

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

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