Html Css Color HEX #BBAB70 Gimblet

📋 copy color: '#BBAB70'

red 187 ◦ green 171 ◦ blue 112

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

Shades of Gimblet #BBAB70

Tints of Gimblet #BBAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 39.79%
G = 36.38%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAB70 (or 0xBBAB70) is known color: Gimblet. HEX triplet: BB, AB and 70. RGB value is (187,171,112). Sum of RGB (Red+Green+Blue) = 187+171+112=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB70 is #44548F. Grayscale: #A9A9A9. Windows color (decimal): -4478096 or 7383995. OLE color: 7383995.

HSL color Cylindrical-coordinate representation of color #BBAB70: hue angle of 47.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAB70 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 112 -
CMYK 0 0.09 0.40 0.27
HSL 47.2º 0.36% 0.59% -
HSV(B) 47.2º 0.4% 0.73% -
XYZ 37.98 40.86 21.21 -
YUV 169.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 187 171 112 0 0.09 0.40 0.27 47.2 0.36 0.59
Hex BB AB 70 0 9 28 1B 2F 24 3B
Octal 273 253 160 0 11 50 33 57 44 73
Binary 10111011 10101011 1110000 0 1001 101000 11011 101111 100100 111011

Color Harmonies of #BBAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB70

Black with #BBAB70

Text Example


Text Example

White with #BBAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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