Html Css Color HEX #BBBB33 Old Gold

📋 copy color: '#BBBB33'

red 187 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #BBBB33

Tints of Old Gold #BBBB33

RGB

 RED value IS 187 (73.44% from 255) = 44%

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

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

R = 44%
G = 44%
B = 12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBBB33 (or 0xBBBB33) is known color: Old Gold. HEX triplet: BB, BB and 33. RGB value is (187,187,51). Sum of RGB (Red+Green+Blue) = 187+187+51=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB33 is #4444CC. Grayscale: #ACACAC. Windows color (decimal): -4474061 or 3390395. OLE color: 3390395.

HSL color Cylindrical-coordinate representation of color #BBBB33: hue angle of 60º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBBB33 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 51 -
CMYK 0 0 0.73 0.27
HSL 60º 0.57% 0.47% -
HSV(B) 60º 0.73% 0.73% -
XYZ 38.86 46.34 10.03 -
YUV 171.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 187 187 51 0 0 0.73 0.27 60 0.57 0.47
Hex BB BB 33 0 0 49 1B 3C 39 2F
Octal 273 273 63 0 0 111 33 74 71 57
Binary 10111011 10111011 110011 0 0 1001001 11011 111100 111001 101111

Color Harmonies of #BBBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB33

Black with #BBBB33

Text Example


Text Example

White with #BBBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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