Html Css Color HEX #BBA56A Gimblet

📋 copy color: '#BBA56A'

red 187 ◦ green 165 ◦ blue 106

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

Shades of Gimblet #BBA56A

Tints of Gimblet #BBA56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 40.83%
G = 36.03%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBA56A (or 0xBBA56A) is known color: Gimblet. HEX triplet: BB, A5 and 6A. RGB value is (187,165,106). Sum of RGB (Red+Green+Blue) = 187+165+106=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56A is #445A95. Grayscale: #A5A5A5. Windows color (decimal): -4479638 or 6989243. OLE color: 6989243.

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

Color convert

RGB 187 165 106 -
CMYK 0 0.12 0.43 0.27
HSL 43.7º 0.37% 0.57% -
HSV(B) 43.7º 0.43% 0.73% -
XYZ 36.55 38.52 19.14 -
YUV 164.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 187 165 106 0 0.12 0.43 0.27 43.7 0.37 0.57
Hex BB A5 6A 0 C 2B 1B 2C 25 39
Octal 273 245 152 0 14 53 33 54 45 71
Binary 10111011 10100101 1101010 0 1100 101011 11011 101100 100101 111001

Color Harmonies of #BBA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA56A

Black with #BBA56A

Text Example


Text Example

White with #BBA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA56A; }

 p { color: rgb(187,165,106); }

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

background-color css

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

 a { background-color: rgb(187,165,106); }

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

border-color css

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

 span { border-color: rgb(187,165,106); }

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