Html Css Color HEX #BBAD63 Gimblet

📋 copy color: '#BBAD63'

red 187 ◦ green 173 ◦ blue 99

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

Shades of Gimblet #BBAD63

Tints of Gimblet #BBAD63

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

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

R = 40.74%
G = 37.69%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBAD63 (or 0xBBAD63) is known color: Gimblet. HEX triplet: BB, AD and 63. RGB value is (187,173,99). Sum of RGB (Red+Green+Blue) = 187+173+99=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD63 is #44529C. Grayscale: #A9A9A9. Windows color (decimal): -4477597 or 6532539. OLE color: 6532539.

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

Color convert

RGB 187 173 99 -
CMYK 0 0.07 0.47 0.27
HSL 50.45º 0.39% 0.56% -
HSV(B) 50.45º 0.47% 0.73% -
XYZ 37.69 41.35 17.8 -
YUV 168.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 187 173 99 0 0.07 0.47 0.27 50.45 0.39 0.56
Hex BB AD 63 0 7 2F 1B 32 27 38
Octal 273 255 143 0 7 57 33 62 47 70
Binary 10111011 10101101 1100011 0 111 101111 11011 110010 100111 111000

Color Harmonies of #BBAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD63

Black with #BBAD63

Text Example


Text Example

White with #BBAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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