Html Css Color HEX #BBAC69 Gimblet

📋 copy color: '#BBAC69'

red 187 ◦ green 172 ◦ blue 105

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

Shades of Gimblet #BBAC69

Tints of Gimblet #BBAC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 40.3%
G = 37.07%
B = 22.63%

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

#BBAC69 (or 0xBBAC69) is known color: Gimblet. HEX triplet: BB, AC and 69. RGB value is (187,172,105). Sum of RGB (Red+Green+Blue) = 187+172+105=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC69 is #445396. Grayscale: #A9A9A9. Windows color (decimal): -4477847 or 6925499. OLE color: 6925499.

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

Color convert

RGB 187 172 105 -
CMYK 0 0.08 0.44 0.27
HSL 49.02º 0.38% 0.57% -
HSV(B) 49.02º 0.44% 0.73% -
XYZ 37.8 41.09 19.3 -
YUV 168.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 187 172 105 0 0.08 0.44 0.27 49.02 0.38 0.57
Hex BB AC 69 0 8 2C 1B 31 26 39
Octal 273 254 151 0 10 54 33 61 46 71
Binary 10111011 10101100 1101001 0 1000 101100 11011 110001 100110 111001

Color Harmonies of #BBAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC69

Black with #BBAC69

Text Example


Text Example

White with #BBAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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