Html Css Color HEX #BBA863 Gimblet

📋 copy color: '#BBA863'

red 187 ◦ green 168 ◦ blue 99

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

Shades of Gimblet #BBA863

Tints of Gimblet #BBA863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 41.19%
G = 37%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA863 (or 0xBBA863) is known color: Gimblet. HEX triplet: BB, A8 and 63. RGB value is (187,168,99). Sum of RGB (Red+Green+Blue) = 187+168+99=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA863 is #44579C. Grayscale: #A6A6A6. Windows color (decimal): -4478877 or 6531259. OLE color: 6531259.

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

Color convert

RGB 187 168 99 -
CMYK 0 0.10 0.47 0.27
HSL 47.05º 0.39% 0.56% -
HSV(B) 47.05º 0.47% 0.73% -
XYZ 36.75 39.47 17.49 -
YUV 165.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 187 168 99 0 0.10 0.47 0.27 47.05 0.39 0.56
Hex BB A8 63 0 A 2F 1B 2F 27 38
Octal 273 250 143 0 12 57 33 57 47 70
Binary 10111011 10101000 1100011 0 1010 101111 11011 101111 100111 111000

Color Harmonies of #BBA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA863

Black with #BBA863

Text Example


Text Example

White with #BBA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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