Html Css Color HEX #BBAB69 Gimblet

📋 copy color: '#BBAB69'

red 187 ◦ green 171 ◦ blue 105

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

Shades of Gimblet #BBAB69

Tints of Gimblet #BBAB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 40.39%
G = 36.93%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBAB69 (or 0xBBAB69) is known color: Gimblet. HEX triplet: BB, AB and 69. RGB value is (187,171,105). Sum of RGB (Red+Green+Blue) = 187+171+105=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB69 is #445496. Grayscale: #A8A8A8. Windows color (decimal): -4478103 or 6925243. OLE color: 6925243.

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

Color convert

RGB 187 171 105 -
CMYK 0 0.09 0.44 0.27
HSL 48.29º 0.38% 0.57% -
HSV(B) 48.29º 0.44% 0.73% -
XYZ 37.61 40.71 19.24 -
YUV 168.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 187 171 105 0 0.09 0.44 0.27 48.29 0.38 0.57
Hex BB AB 69 0 9 2C 1B 30 26 39
Octal 273 253 151 0 11 54 33 60 46 71
Binary 10111011 10101011 1101001 0 1001 101100 11011 110000 100110 111001

Color Harmonies of #BBAB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB69

Black with #BBAB69

Text Example


Text Example

White with #BBAB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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