Html Css Color HEX #BBA766 Gimblet

📋 copy color: '#BBA766'

red 187 ◦ green 167 ◦ blue 102

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

Shades of Gimblet #BBA766

Tints of Gimblet #BBA766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 41.01%
G = 36.62%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA766 (or 0xBBA766) is known color: Gimblet. HEX triplet: BB, A7 and 66. RGB value is (187,167,102). Sum of RGB (Red+Green+Blue) = 187+167+102=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA766 is #445899. Grayscale: #A5A5A5. Windows color (decimal): -4479130 or 6727611. OLE color: 6727611.

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

Color convert

RGB 187 167 102 -
CMYK 0 0.11 0.45 0.27
HSL 45.88º 0.38% 0.57% -
HSV(B) 45.88º 0.45% 0.73% -
XYZ 36.71 39.16 18.19 -
YUV 165.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 187 167 102 0 0.11 0.45 0.27 45.88 0.38 0.57
Hex BB A7 66 0 B 2D 1B 2E 26 39
Octal 273 247 146 0 13 55 33 56 46 71
Binary 10111011 10100111 1100110 0 1011 101101 11011 101110 100110 111001

Color Harmonies of #BBA766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA766

Black with #BBA766

Text Example


Text Example

White with #BBA766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA766; }

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

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

background-color css

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

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

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

border-color css

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

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

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