Html Css Color HEX #BBA865 Gimblet

📋 copy color: '#BBA865'

red 187 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #BBA865

Tints of Gimblet #BBA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 41.01%
G = 36.84%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA865 (or 0xBBA865) is known color: Gimblet. HEX triplet: BB, A8 and 65. RGB value is (187,168,101). Sum of RGB (Red+Green+Blue) = 187+168+101=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA865 is #44579A. Grayscale: #A6A6A6. Windows color (decimal): -4478875 or 6662331. OLE color: 6662331.

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

Color convert

RGB 187 168 101 -
CMYK 0 0.10 0.46 0.27
HSL 46.74º 0.39% 0.56% -
HSV(B) 46.74º 0.46% 0.73% -
XYZ 36.85 39.51 18 -
YUV 166.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 187 168 101 0 0.10 0.46 0.27 46.74 0.39 0.56
Hex BB A8 65 0 A 2E 1B 2F 27 38
Octal 273 250 145 0 12 56 33 57 47 70
Binary 10111011 10101000 1100101 0 1010 101110 11011 101111 100111 111000

Color Harmonies of #BBA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA865

Black with #BBA865

Text Example


Text Example

White with #BBA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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