Html Css Color HEX #BBA663 Gimblet

📋 copy color: '#BBA663'

red 187 ◦ green 166 ◦ blue 99

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

Shades of Gimblet #BBA663

Tints of Gimblet #BBA663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.73%

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

R = 41.37%
G = 36.73%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBA663 (or 0xBBA663) is known color: Gimblet. HEX triplet: BB, A6 and 63. RGB value is (187,166,99). Sum of RGB (Red+Green+Blue) = 187+166+99=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA663 is #44599C. Grayscale: #A4A4A4. Windows color (decimal): -4479389 or 6530747. OLE color: 6530747.

HSL color Cylindrical-coordinate representation of color #BBA663: hue angle of 45.68º 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 #BBA663 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 99 -
CMYK 0 0.11 0.47 0.27
HSL 45.68º 0.39% 0.56% -
HSV(B) 45.68º 0.47% 0.73% -
XYZ 36.38 38.74 17.36 -
YUV 164.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 187 166 99 0 0.11 0.47 0.27 45.68 0.39 0.56
Hex BB A6 63 0 B 2F 1B 2E 27 38
Octal 273 246 143 0 13 57 33 56 47 70
Binary 10111011 10100110 1100011 0 1011 101111 11011 101110 100111 111000

Color Harmonies of #BBA663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA663

Black with #BBA663

Text Example


Text Example

White with #BBA663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA663; }

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

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

background-color css

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

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

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

border-color css

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

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

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