Html Css Color HEX #BBA770 Gimblet

📋 copy color: '#BBA770'

red 187 ◦ green 167 ◦ blue 112

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

Shades of Gimblet #BBA770

Tints of Gimblet #BBA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 40.13%
G = 35.84%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA770 (or 0xBBA770) is known color: Gimblet. HEX triplet: BB, A7 and 70. RGB value is (187,167,112). Sum of RGB (Red+Green+Blue) = 187+167+112=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA770 is #44588F. Grayscale: #A6A6A6. Windows color (decimal): -4479120 or 7382971. OLE color: 7382971.

HSL color Cylindrical-coordinate representation of color #BBA770: hue angle of 44º 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 #BBA770 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 112 -
CMYK 0 0.11 0.40 0.27
HSL 44º 0.36% 0.59% -
HSV(B) 44º 0.4% 0.73% -
XYZ 37.24 39.37 20.97 -
YUV 166.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 187 167 112 0 0.11 0.40 0.27 44 0.36 0.59
Hex BB A7 70 0 B 28 1B 2C 24 3B
Octal 273 247 160 0 13 50 33 54 44 73
Binary 10111011 10100111 1110000 0 1011 101000 11011 101100 100100 111011

Color Harmonies of #BBA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA770

Black with #BBA770

Text Example


Text Example

White with #BBA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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