Html Css Color HEX #BBAB63 Gimblet

📋 copy color: '#BBAB63'

red 187 ◦ green 171 ◦ blue 99

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

Shades of Gimblet #BBAB63

Tints of Gimblet #BBAB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 40.92%
G = 37.42%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBAB63 (or 0xBBAB63) is known color: Gimblet. HEX triplet: BB, AB and 63. RGB value is (187,171,99). Sum of RGB (Red+Green+Blue) = 187+171+99=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB63 is #44549C. Grayscale: #A7A7A7. Windows color (decimal): -4478109 or 6532027. OLE color: 6532027.

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

Color convert

RGB 187 171 99 -
CMYK 0 0.09 0.47 0.27
HSL 49.09º 0.39% 0.56% -
HSV(B) 49.09º 0.47% 0.73% -
XYZ 37.31 40.59 17.67 -
YUV 167.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 187 171 99 0 0.09 0.47 0.27 49.09 0.39 0.56
Hex BB AB 63 0 9 2F 1B 31 27 38
Octal 273 253 143 0 11 57 33 61 47 70
Binary 10111011 10101011 1100011 0 1001 101111 11011 110001 100111 111000

Color Harmonies of #BBAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB63

Black with #BBAB63

Text Example


Text Example

White with #BBAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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