Html Css Color HEX #BBAC68 Gimblet

📋 copy color: '#BBAC68'

red 187 ◦ green 172 ◦ blue 104

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

Shades of Gimblet #BBAC68

Tints of Gimblet #BBAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 40.39%
G = 37.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBAC68 (or 0xBBAC68) is known color: Gimblet. HEX triplet: BB, AC and 68. RGB value is (187,172,104). Sum of RGB (Red+Green+Blue) = 187+172+104=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC68 is #445397. Grayscale: #A9A9A9. Windows color (decimal): -4477848 or 6859963. OLE color: 6859963.

HSL color Cylindrical-coordinate representation of color #BBAC68: hue angle of 49.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBAC68 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 104 -
CMYK 0 0.08 0.44 0.27
HSL 49.16º 0.38% 0.57% -
HSV(B) 49.16º 0.44% 0.73% -
XYZ 37.74 41.07 19.03 -
YUV 168.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 187 172 104 0 0.08 0.44 0.27 49.16 0.38 0.57
Hex BB AC 68 0 8 2C 1B 31 26 39
Octal 273 254 150 0 10 54 33 61 46 71
Binary 10111011 10101100 1101000 0 1000 101100 11011 110001 100110 111001

Color Harmonies of #BBAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC68

Black with #BBAC68

Text Example


Text Example

White with #BBAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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