Html Css Color HEX #BBA869 Gimblet

📋 copy color: '#BBA869'

red 187 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #BBA869

Tints of Gimblet #BBA869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.83%

R = 40.65%
G = 36.52%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBA869 (or 0xBBA869) is known color: Gimblet. HEX triplet: BB, A8 and 69. RGB value is (187,168,105). Sum of RGB (Red+Green+Blue) = 187+168+105=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA869 is #445796. Grayscale: #A6A6A6. Windows color (decimal): -4478871 or 6924475. OLE color: 6924475.

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

Color convert

RGB 187 168 105 -
CMYK 0 0.10 0.44 0.27
HSL 46.1º 0.38% 0.57% -
HSV(B) 46.1º 0.44% 0.73% -
XYZ 37.05 39.59 19.05 -
YUV 166.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 187 168 105 0 0.10 0.44 0.27 46.1 0.38 0.57
Hex BB A8 69 0 A 2C 1B 2E 26 39
Octal 273 250 151 0 12 54 33 56 46 71
Binary 10111011 10101000 1101001 0 1010 101100 11011 101110 100110 111001

Color Harmonies of #BBA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA869

Black with #BBA869

Text Example


Text Example

White with #BBA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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