Html Css Color HEX #BBAC65 Gimblet

📋 copy color: '#BBAC65'

red 187 ◦ green 172 ◦ blue 101

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

Shades of Gimblet #BBAC65

Tints of Gimblet #BBAC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.39%

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

R = 40.65%
G = 37.39%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBAC65 (or 0xBBAC65) is known color: Gimblet. HEX triplet: BB, AC and 65. RGB value is (187,172,101). Sum of RGB (Red+Green+Blue) = 187+172+101=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC65 is #44539A. Grayscale: #A8A8A8. Windows color (decimal): -4477851 or 6663355. OLE color: 6663355.

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

Color convert

RGB 187 172 101 -
CMYK 0 0.08 0.46 0.27
HSL 49.53º 0.39% 0.56% -
HSV(B) 49.53º 0.46% 0.73% -
XYZ 37.6 41.01 18.25 -
YUV 168.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 187 172 101 0 0.08 0.46 0.27 49.53 0.39 0.56
Hex BB AC 65 0 8 2E 1B 32 27 38
Octal 273 254 145 0 10 56 33 62 47 70
Binary 10111011 10101100 1100101 0 1000 101110 11011 110010 100111 111000

Color Harmonies of #BBAC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC65

Black with #BBAC65

Text Example


Text Example

White with #BBAC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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