Html Css Color HEX #BBA565 Gimblet

📋 copy color: '#BBA565'

red 187 ◦ green 165 ◦ blue 101

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

Shades of Gimblet #BBA565

Tints of Gimblet #BBA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

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

R = 41.28%
G = 36.42%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA565 (or 0xBBA565) is known color: Gimblet. HEX triplet: BB, A5 and 65. RGB value is (187,165,101). Sum of RGB (Red+Green+Blue) = 187+165+101=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA565 is #445A9A. Grayscale: #A4A4A4. Windows color (decimal): -4479643 or 6661563. OLE color: 6661563.

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

Color convert

RGB 187 165 101 -
CMYK 0 0.12 0.46 0.27
HSL 44.65º 0.39% 0.56% -
HSV(B) 44.65º 0.46% 0.73% -
XYZ 36.3 38.41 17.81 -
YUV 164.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 187 165 101 0 0.12 0.46 0.27 44.65 0.39 0.56
Hex BB A5 65 0 C 2E 1B 2D 27 38
Octal 273 245 145 0 14 56 33 55 47 70
Binary 10111011 10100101 1100101 0 1100 101110 11011 101101 100111 111000

Color Harmonies of #BBA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA565

Black with #BBA565

Text Example


Text Example

White with #BBA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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