Html Css Color HEX #BDBA3A Old Gold

📋 copy color: '#BDBA3A'

red 189 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #BDBA3A

Tints of Old Gold #BDBA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 43.65%
G = 42.96%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDBA3A (or 0xBDBA3A) is known color: Old Gold. HEX triplet: BD, BA and 3A. RGB value is (189,186,58). Sum of RGB (Red+Green+Blue) = 189+186+58=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA3A is #4245C5. Grayscale: #ACACAC. Windows color (decimal): -4343238 or 3848893. OLE color: 3848893.

HSL color Cylindrical-coordinate representation of color #BDBA3A: hue angle of 58.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDBA3A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 58 -
CMYK 0 0.02 0.69 0.26
HSL 58.63º 0.53% 0.48% -
HSV(B) 58.63º 0.69% 0.74% -
XYZ 39.31 46.24 10.86 -
YUV 172.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 189 186 58 0 0.02 0.69 0.26 58.63 0.53 0.48
Hex BD BA 3A 0 2 45 1A 3B 35 30
Octal 275 272 72 0 2 105 32 73 65 60
Binary 10111101 10111010 111010 0 10 1000101 11010 111011 110101 110000

Color Harmonies of #BDBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA3A

Black with #BDBA3A

Text Example


Text Example

White with #BDBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA3A; }

 p { color: rgb(189,186,58); }

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

background-color css

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

 a { background-color: rgb(189,186,58); }

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

border-color css

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

 span { border-color: rgb(189,186,58); }

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