Html Css Color HEX #BBA861 Gimblet

📋 copy color: '#BBA861'

red 187 ◦ green 168 ◦ blue 97

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

Shades of Gimblet #BBA861

Tints of Gimblet #BBA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 41.37%
G = 37.17%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA861 (or 0xBBA861) is known color: Gimblet. HEX triplet: BB, A8 and 61. RGB value is (187,168,97). Sum of RGB (Red+Green+Blue) = 187+168+97=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA861 is #44579E. Grayscale: #A5A5A5. Windows color (decimal): -4478879 or 6400187. OLE color: 6400187.

HSL color Cylindrical-coordinate representation of color #BBA861: hue angle of 47.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBA861 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 97 -
CMYK 0 0.10 0.48 0.27
HSL 47.33º 0.4% 0.56% -
HSV(B) 47.33º 0.48% 0.73% -
XYZ 36.65 39.43 16.99 -
YUV 165.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 187 168 97 0 0.10 0.48 0.27 47.33 0.4 0.56
Hex BB A8 61 0 A 30 1B 2F 28 38
Octal 273 250 141 0 12 60 33 57 50 70
Binary 10111011 10101000 1100001 0 1010 110000 11011 101111 101000 111000

Color Harmonies of #BBA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA861

Black with #BBA861

Text Example


Text Example

White with #BBA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA861; }

 p { color: rgb(187,168,97); }

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

background-color css

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

 a { background-color: rgb(187,168,97); }

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

border-color css

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

 span { border-color: rgb(187,168,97); }

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