Html Css Color HEX #BBAB65 Gimblet

📋 copy color: '#BBAB65'

red 187 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #BBAB65

Tints of Gimblet #BBAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 40.74%
G = 37.25%
B = 22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBAB65 (or 0xBBAB65) is known color: Gimblet. HEX triplet: BB, AB and 65. RGB value is (187,171,101). Sum of RGB (Red+Green+Blue) = 187+171+101=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB65 is #44549A. Grayscale: #A8A8A8. Windows color (decimal): -4478107 or 6663099. OLE color: 6663099.

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

Color convert

RGB 187 171 101 -
CMYK 0 0.09 0.46 0.27
HSL 48.84º 0.39% 0.56% -
HSV(B) 48.84º 0.46% 0.73% -
XYZ 37.41 40.63 18.18 -
YUV 167.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 187 171 101 0 0.09 0.46 0.27 48.84 0.39 0.56
Hex BB AB 65 0 9 2E 1B 31 27 38
Octal 273 253 145 0 11 56 33 61 47 70
Binary 10111011 10101011 1100101 0 1001 101110 11011 110001 100111 111000

Color Harmonies of #BBAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB65

Black with #BBAB65

Text Example


Text Example

White with #BBAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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