Html Css Color HEX #BBAB55 Gimblet

📋 copy color: '#BBAB55'

red 187 ◦ green 171 ◦ blue 85

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

Shades of Gimblet #BBAB55

Tints of Gimblet #BBAB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 42.21%
G = 38.6%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBAB55 (or 0xBBAB55) is known color: Gimblet. HEX triplet: BB, AB and 55. RGB value is (187,171,85). Sum of RGB (Red+Green+Blue) = 187+171+85=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB55 is #4454AA. Grayscale: #A6A6A6. Windows color (decimal): -4478123 or 5614523. OLE color: 5614523.

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

Color convert

RGB 187 171 85 -
CMYK 0 0.09 0.55 0.27
HSL 50.59º 0.43% 0.53% -
HSV(B) 50.59º 0.55% 0.73% -
XYZ 36.7 40.35 14.45 -
YUV 165.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 187 171 85 0 0.09 0.55 0.27 50.59 0.43 0.53
Hex BB AB 55 0 9 37 1B 33 2B 35
Octal 273 253 125 0 11 67 33 63 53 65
Binary 10111011 10101011 1010101 0 1001 110111 11011 110011 101011 110101

Color Harmonies of #BBAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB55

Black with #BBAB55

Text Example


Text Example

White with #BBAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB55; }

 p { color: rgb(187,171,85); }

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

background-color css

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

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

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

border-color css

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

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

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