Html Css Color HEX #BBA76C Gimblet

📋 copy color: '#BBA76C'

red 187 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #BBA76C

Tints of Gimblet #BBA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.38%

R = 40.48%
G = 36.15%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBA76C (or 0xBBA76C) is known color: Gimblet. HEX triplet: BB, A7 and 6C. RGB value is (187,167,108). Sum of RGB (Red+Green+Blue) = 187+167+108=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76C is #445893. Grayscale: #A6A6A6. Windows color (decimal): -4479124 or 7120827. OLE color: 7120827.

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

Color convert

RGB 187 167 108 -
CMYK 0 0.11 0.42 0.27
HSL 44.81º 0.37% 0.58% -
HSV(B) 44.81º 0.42% 0.73% -
XYZ 37.02 39.28 19.82 -
YUV 166.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 187 167 108 0 0.11 0.42 0.27 44.81 0.37 0.58
Hex BB A7 6C 0 B 2A 1B 2D 25 3A
Octal 273 247 154 0 13 52 33 55 45 72
Binary 10111011 10100111 1101100 0 1011 101010 11011 101101 100101 111010

Color Harmonies of #BBA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA76C

Black with #BBA76C

Text Example


Text Example

White with #BBA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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