Html Css Color HEX #BDB934 Old Gold

📋 copy color: '#BDB934'

red 189 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #BDB934

Tints of Old Gold #BDB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 44.37%
G = 43.43%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB934 (or 0xBDB934) is known color: Old Gold. HEX triplet: BD, B9 and 34. RGB value is (189,185,52). Sum of RGB (Red+Green+Blue) = 189+185+52=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB934 is #4246CB. Grayscale: #ABABAB. Windows color (decimal): -4343500 or 3455421. OLE color: 3455421.

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

Color convert

RGB 189 185 52 -
CMYK 0 0.02 0.72 0.26
HSL 58.25º 0.57% 0.47% -
HSV(B) 58.25º 0.72% 0.74% -
XYZ 38.96 45.76 10.03 -
YUV 171.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 189 185 52 0 0.02 0.72 0.26 58.25 0.57 0.47
Hex BD B9 34 0 2 48 1A 3A 39 2F
Octal 275 271 64 0 2 110 32 72 71 57
Binary 10111101 10111001 110100 0 10 1001000 11010 111010 111001 101111

Color Harmonies of #BDB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB934

Black with #BDB934

Text Example


Text Example

White with #BDB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB934; }

 p { color: rgb(189,185,52); }

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

background-color css

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

 a { background-color: rgb(189,185,52); }

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

border-color css

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

 span { border-color: rgb(189,185,52); }

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