Html Css Color HEX #BBAD65 Gimblet

📋 copy color: '#BBAD65'

red 187 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #BBAD65

Tints of Gimblet #BBAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 40.56%
G = 37.53%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBAD65 (or 0xBBAD65) is known color: Gimblet. HEX triplet: BB, AD and 65. RGB value is (187,173,101). Sum of RGB (Red+Green+Blue) = 187+173+101=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD65 is #44529A. Grayscale: #A9A9A9. Windows color (decimal): -4477595 or 6663611. OLE color: 6663611.

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

Color convert

RGB 187 173 101 -
CMYK 0 0.07 0.46 0.27
HSL 50.23º 0.39% 0.56% -
HSV(B) 50.23º 0.46% 0.73% -
XYZ 37.79 41.39 18.31 -
YUV 168.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 187 173 101 0 0.07 0.46 0.27 50.23 0.39 0.56
Hex BB AD 65 0 7 2E 1B 32 27 38
Octal 273 255 145 0 7 56 33 62 47 70
Binary 10111011 10101101 1100101 0 111 101110 11011 110010 100111 111000

Color Harmonies of #BBAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD65

Black with #BBAD65

Text Example


Text Example

White with #BBAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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