Html Css Color HEX #BDB733 Old Gold

📋 copy color: '#BDB733'

red 189 ◦ green 183 ◦ blue 51

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

Shades of Old Gold #BDB733

Tints of Old Gold #BDB733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.06%

R = 44.68%
G = 43.26%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDB733 (or 0xBDB733) is known color: Old Gold. HEX triplet: BD, B7 and 33. RGB value is (189,183,51). Sum of RGB (Red+Green+Blue) = 189+183+51=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB733 is #4248CC. Grayscale: #AAAAAA. Windows color (decimal): -4344013 or 3389373. OLE color: 3389373.

HSL color Cylindrical-coordinate representation of color #BDB733: hue angle of 57.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDB733 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 51 -
CMYK 0 0.03 0.73 0.26
HSL 57.39º 0.58% 0.47% -
HSV(B) 57.39º 0.73% 0.74% -
XYZ 38.52 44.92 9.77 -
YUV 169.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 189 183 51 0 0.03 0.73 0.26 57.39 0.58 0.47
Hex BD B7 33 0 3 49 1A 39 3A 2F
Octal 275 267 63 0 3 111 32 71 72 57
Binary 10111101 10110111 110011 0 11 1001001 11010 111001 111010 101111

Color Harmonies of #BDB733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB733

Black with #BDB733

Text Example


Text Example

White with #BDB733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB733; }

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

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

background-color css

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

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

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

border-color css

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

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

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