Html Css Color HEX #BDBB33 Old Gold

📋 copy color: '#BDBB33'

red 189 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #BDBB33

Tints of Old Gold #BDBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.79%

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

R = 44.26%
G = 43.79%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDBB33 (or 0xBDBB33) is known color: Old Gold. HEX triplet: BD, BB and 33. RGB value is (189,187,51). Sum of RGB (Red+Green+Blue) = 189+187+51=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB33 is #4244CC. Grayscale: #ACACAC. Windows color (decimal): -4342989 or 3390397. OLE color: 3390397.

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

Color convert

RGB 189 187 51 -
CMYK 0 0.01 0.73 0.26
HSL 59.13º 0.58% 0.47% -
HSV(B) 59.13º 0.73% 0.74% -
XYZ 39.35 46.6 10.05 -
YUV 172.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 189 187 51 0 0.01 0.73 0.26 59.13 0.58 0.47
Hex BD BB 33 0 1 49 1A 3B 3A 2F
Octal 275 273 63 0 1 111 32 73 72 57
Binary 10111101 10111011 110011 0 1 1001001 11010 111011 111010 101111

Color Harmonies of #BDBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB33

Black with #BDBB33

Text Example


Text Example

White with #BDBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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