Html Css Color HEX #BBAE6C Gimblet

📋 copy color: '#BBAE6C'

red 187 ◦ green 174 ◦ blue 108

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

Shades of Gimblet #BBAE6C

Tints of Gimblet #BBAE6C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 39.87%
G = 37.1%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBAE6C (or 0xBBAE6C) is known color: Gimblet. HEX triplet: BB, AE and 6C. RGB value is (187,174,108). Sum of RGB (Red+Green+Blue) = 187+174+108=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE6C is #445193. Grayscale: #AAAAAA. Windows color (decimal): -4477332 or 7122619. OLE color: 7122619.

HSL color Cylindrical-coordinate representation of color #BBAE6C: hue angle of 50.13º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBAE6C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 108 -
CMYK 0 0.07 0.42 0.27
HSL 50.13º 0.37% 0.58% -
HSV(B) 50.13º 0.42% 0.73% -
XYZ 38.34 41.92 20.26 -
YUV 170.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 187 174 108 0 0.07 0.42 0.27 50.13 0.37 0.58
Hex BB AE 6C 0 7 2A 1B 32 25 3A
Octal 273 256 154 0 7 52 33 62 45 72
Binary 10111011 10101110 1101100 0 111 101010 11011 110010 100101 111010

Color Harmonies of #BBAE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE6C

Black with #BBAE6C

Text Example


Text Example

White with #BBAE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE6C; }

 p { color: rgb(187,174,108); }

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

background-color css

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

 a { background-color: rgb(187,174,108); }

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

border-color css

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

 span { border-color: rgb(187,174,108); }

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