Html Css Color HEX #BBBB32 Old Gold

📋 copy color: '#BBBB32'

red 187 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #BBBB32

Tints of Old Gold #BBBB32

RGB

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

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

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

R = 44.1%
G = 44.1%
B = 11.79%

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

#BBBB32 (or 0xBBBB32) is known color: Old Gold. HEX triplet: BB, BB and 32. RGB value is (187,187,50). Sum of RGB (Red+Green+Blue) = 187+187+50=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB32 is #4444CD. Grayscale: #ABABAB. Windows color (decimal): -4474062 or 3324859. OLE color: 3324859.

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

Color convert

RGB 187 187 50 -
CMYK 0 0 0.73 0.27
HSL 60º 0.58% 0.46% -
HSV(B) 60º 0.73% 0.73% -
XYZ 38.84 46.34 9.91 -
YUV 171.38 59.5 139.14 -
System Red Green Blue C M Y K H S L
Decimal 187 187 50 0 0 0.73 0.27 60 0.58 0.46
Hex BB BB 32 0 0 49 1B 3C 3A 2E
Octal 273 273 62 0 0 111 33 74 72 56
Binary 10111011 10111011 110010 0 0 1001001 11011 111100 111010 101110

Color Harmonies of #BBBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB32

Black with #BBBB32

Text Example


Text Example

White with #BBBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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