Html Css Color HEX #BDB734 Old Gold

📋 copy color: '#BDB734'

red 189 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #BDB734

Tints of Old Gold #BDB734

RGB

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

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

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

R = 44.58%
G = 43.16%
B = 12.26%

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

#BDB734 (or 0xBDB734) is known color: Old Gold. HEX triplet: BD, B7 and 34. RGB value is (189,183,52). Sum of RGB (Red+Green+Blue) = 189+183+52=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB734 is #4248CB. Grayscale: #AAAAAA. Windows color (decimal): -4344012 or 3454909. OLE color: 3454909.

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

Color convert

RGB 189 183 52 -
CMYK 0 0.03 0.72 0.26
HSL 57.37º 0.57% 0.47% -
HSV(B) 57.37º 0.72% 0.74% -
XYZ 38.54 44.93 9.89 -
YUV 169.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 189 183 52 0 0.03 0.72 0.26 57.37 0.57 0.47
Hex BD B7 34 0 3 48 1A 39 39 2F
Octal 275 267 64 0 3 110 32 71 71 57
Binary 10111101 10110111 110100 0 11 1001000 11010 111001 111001 101111

Color Harmonies of #BDB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB734

Black with #BDB734

Text Example


Text Example

White with #BDB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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