Html Css Color HEX #BDB735 Old Gold

📋 copy color: '#BDB735'

red 189 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #BDB735

Tints of Old Gold #BDB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 44.47%
G = 43.06%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB735 (or 0xBDB735) is known color: Old Gold. HEX triplet: BD, B7 and 35. RGB value is (189,183,53). Sum of RGB (Red+Green+Blue) = 189+183+53=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB735 is #4248CA. Grayscale: #AAAAAA. Windows color (decimal): -4344011 or 3520445. OLE color: 3520445.

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

Color convert

RGB 189 183 53 -
CMYK 0 0.03 0.72 0.26
HSL 57.35º 0.56% 0.47% -
HSV(B) 57.35º 0.72% 0.74% -
XYZ 38.56 44.94 10.01 -
YUV 169.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 189 183 53 0 0.03 0.72 0.26 57.35 0.56 0.47
Hex BD B7 35 0 3 48 1A 39 38 2F
Octal 275 267 65 0 3 110 32 71 70 57
Binary 10111101 10110111 110101 0 11 1001000 11010 111001 111000 101111

Color Harmonies of #BDB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB735

Black with #BDB735

Text Example


Text Example

White with #BDB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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