Html Css Color HEX #BBA765 Gimblet

📋 copy color: '#BBA765'

red 187 ◦ green 167 ◦ blue 101

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

Shades of Gimblet #BBA765

Tints of Gimblet #BBA765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.7%

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

R = 41.1%
G = 36.7%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA765 (or 0xBBA765) is known color: Gimblet. HEX triplet: BB, A7 and 65. RGB value is (187,167,101). Sum of RGB (Red+Green+Blue) = 187+167+101=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA765 is #44589A. Grayscale: #A5A5A5. Windows color (decimal): -4479131 or 6662075. OLE color: 6662075.

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

Color convert

RGB 187 167 101 -
CMYK 0 0.11 0.46 0.27
HSL 46.05º 0.39% 0.56% -
HSV(B) 46.05º 0.46% 0.73% -
XYZ 36.66 39.14 17.93 -
YUV 165.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 187 167 101 0 0.11 0.46 0.27 46.05 0.39 0.56
Hex BB A7 65 0 B 2E 1B 2E 27 38
Octal 273 247 145 0 13 56 33 56 47 70
Binary 10111011 10100111 1100101 0 1011 101110 11011 101110 100111 111000

Color Harmonies of #BBA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA765

Black with #BBA765

Text Example


Text Example

White with #BBA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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