Html Css Color HEX #BBA76E Gimblet

📋 copy color: '#BBA76E'

red 187 ◦ green 167 ◦ blue 110

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

Shades of Gimblet #BBA76E

Tints of Gimblet #BBA76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 40.3%
G = 35.99%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBA76E (or 0xBBA76E) is known color: Gimblet. HEX triplet: BB, A7 and 6E. RGB value is (187,167,110). Sum of RGB (Red+Green+Blue) = 187+167+110=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76E is #445891. Grayscale: #A6A6A6. Windows color (decimal): -4479122 or 7251899. OLE color: 7251899.

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

Color convert

RGB 187 167 110 -
CMYK 0 0.11 0.41 0.27
HSL 44.42º 0.36% 0.58% -
HSV(B) 44.42º 0.41% 0.73% -
XYZ 37.13 39.33 20.39 -
YUV 166.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 187 167 110 0 0.11 0.41 0.27 44.42 0.36 0.58
Hex BB A7 6E 0 B 29 1B 2C 24 3A
Octal 273 247 156 0 13 51 33 54 44 72
Binary 10111011 10100111 1101110 0 1011 101001 11011 101100 100100 111010

Color Harmonies of #BBA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA76E

Black with #BBA76E

Text Example


Text Example

White with #BBA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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