Html Css Color HEX #BDBA33 Old Gold

📋 copy color: '#BDBA33'

red 189 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #BDBA33

Tints of Old Gold #BDBA33

RGB

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

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

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

R = 44.37%
G = 43.66%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDBA33 (or 0xBDBA33) is known color: Old Gold. HEX triplet: BD, BA and 33. RGB value is (189,186,51). Sum of RGB (Red+Green+Blue) = 189+186+51=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA33 is #4245CC. Grayscale: #ACACAC. Windows color (decimal): -4343245 or 3390141. OLE color: 3390141.

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

Color convert

RGB 189 186 51 -
CMYK 0 0.02 0.73 0.26
HSL 58.7º 0.58% 0.47% -
HSV(B) 58.7º 0.73% 0.74% -
XYZ 39.14 46.18 9.98 -
YUV 171.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 189 186 51 0 0.02 0.73 0.26 58.7 0.58 0.47
Hex BD BA 33 0 2 49 1A 3B 3A 2F
Octal 275 272 63 0 2 111 32 73 72 57
Binary 10111101 10111010 110011 0 10 1001001 11010 111011 111010 101111

Color Harmonies of #BDBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA33

Black with #BDBA33

Text Example


Text Example

White with #BDBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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