Html Css Color HEX #BBA76D Gimblet

📋 copy color: '#BBA76D'

red 187 ◦ green 167 ◦ blue 109

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

Shades of Gimblet #BBA76D

Tints of Gimblet #BBA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 40.39%
G = 36.07%
B = 23.54%

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

#BBA76D (or 0xBBA76D) is known color: Gimblet. HEX triplet: BB, A7 and 6D. RGB value is (187,167,109). Sum of RGB (Red+Green+Blue) = 187+167+109=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76D is #445892. Grayscale: #A6A6A6. Windows color (decimal): -4479123 or 7186363. OLE color: 7186363.

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

Color convert

RGB 187 167 109 -
CMYK 0 0.11 0.42 0.27
HSL 44.62º 0.36% 0.58% -
HSV(B) 44.62º 0.42% 0.73% -
XYZ 37.07 39.31 20.1 -
YUV 166.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 187 167 109 0 0.11 0.42 0.27 44.62 0.36 0.58
Hex BB A7 6D 0 B 2A 1B 2D 24 3A
Octal 273 247 155 0 13 52 33 55 44 72
Binary 10111011 10100111 1101101 0 1011 101010 11011 101101 100100 111010

Color Harmonies of #BBA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA76D

Black with #BBA76D

Text Example


Text Example

White with #BBA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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