Html Css Color HEX #BDBA32 Old Gold

📋 copy color: '#BDBA32'

red 189 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #BDBA32

Tints of Old Gold #BDBA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 44.47%
G = 43.76%
B = 11.76%

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

#BDBA32 (or 0xBDBA32) is known color: Old Gold. HEX triplet: BD, BA and 32. RGB value is (189,186,50). Sum of RGB (Red+Green+Blue) = 189+186+50=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA32 is #4245CD. Grayscale: #ABABAB. Windows color (decimal): -4343246 or 3324605. OLE color: 3324605.

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

Color convert

RGB 189 186 50 -
CMYK 0 0.02 0.74 0.26
HSL 58.71º 0.58% 0.47% -
HSV(B) 58.71º 0.74% 0.74% -
XYZ 39.12 46.17 9.87 -
YUV 171.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 189 186 50 0 0.02 0.74 0.26 58.71 0.58 0.47
Hex BD BA 32 0 2 4A 1A 3B 3A 2F
Octal 275 272 62 0 2 112 32 73 72 57
Binary 10111101 10111010 110010 0 10 1001010 11010 111011 111010 101111

Color Harmonies of #BDBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA32

Black with #BDBA32

Text Example


Text Example

White with #BDBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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