Html Css Color HEX #BDB835 Old Gold

📋 copy color: '#BDB835'

red 189 ◦ green 184 ◦ blue 53

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

Shades of Old Gold #BDB835

Tints of Old Gold #BDB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

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

R = 44.37%
G = 43.19%
B = 12.44%

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

#BDB835 (or 0xBDB835) is known color: Old Gold. HEX triplet: BD, B8 and 35. RGB value is (189,184,53). Sum of RGB (Red+Green+Blue) = 189+184+53=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB835 is #4247CA. Grayscale: #ABABAB. Windows color (decimal): -4343755 or 3520701. OLE color: 3520701.

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

Color convert

RGB 189 184 53 -
CMYK 0 0.03 0.72 0.26
HSL 57.79º 0.56% 0.47% -
HSV(B) 57.79º 0.72% 0.74% -
XYZ 38.77 45.36 10.08 -
YUV 170.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 189 184 53 0 0.03 0.72 0.26 57.79 0.56 0.47
Hex BD B8 35 0 3 48 1A 3A 38 2F
Octal 275 270 65 0 3 110 32 72 70 57
Binary 10111101 10111000 110101 0 11 1001000 11010 111010 111000 101111

Color Harmonies of #BDB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB835

Black with #BDB835

Text Example


Text Example

White with #BDB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB835; }

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

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

background-color css

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

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

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

border-color css

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

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

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