Html Css Color HEX #BDBA31 Old Gold

📋 copy color: '#BDBA31'

red 189 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #BDBA31

Tints of Old Gold #BDBA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.56%

R = 44.58%
G = 43.87%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDBA31 (or 0xBDBA31) is known color: Old Gold. HEX triplet: BD, BA and 31. RGB value is (189,186,49). Sum of RGB (Red+Green+Blue) = 189+186+49=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA31 is #4245CE. Grayscale: #ABABAB. Windows color (decimal): -4343247 or 3259069. OLE color: 3259069.

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

Color convert

RGB 189 186 49 -
CMYK 0 0.02 0.74 0.26
HSL 58.71º 0.59% 0.47% -
HSV(B) 58.71º 0.74% 0.74% -
XYZ 39.1 46.16 9.75 -
YUV 171.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 189 186 49 0 0.02 0.74 0.26 58.71 0.59 0.47
Hex BD BA 31 0 2 4A 1A 3B 3B 2F
Octal 275 272 61 0 2 112 32 73 73 57
Binary 10111101 10111010 110001 0 10 1001010 11010 111011 111011 101111

Color Harmonies of #BDBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA31

Black with #BDBA31

Text Example


Text Example

White with #BDBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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