Html Css Color HEX #BBAC62 Gimblet

📋 copy color: '#BBAC62'

red 187 ◦ green 172 ◦ blue 98

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

Shades of Gimblet #BBAC62

Tints of Gimblet #BBAC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 40.92%
G = 37.64%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBAC62 (or 0xBBAC62) is known color: Gimblet. HEX triplet: BB, AC and 62. RGB value is (187,172,98). Sum of RGB (Red+Green+Blue) = 187+172+98=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC62 is #44539D. Grayscale: #A8A8A8. Windows color (decimal): -4477854 or 6466747. OLE color: 6466747.

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

Color convert

RGB 187 172 98 -
CMYK 0 0.08 0.48 0.27
HSL 49.89º 0.4% 0.56% -
HSV(B) 49.89º 0.48% 0.73% -
XYZ 37.45 40.95 17.49 -
YUV 168.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 187 172 98 0 0.08 0.48 0.27 49.89 0.4 0.56
Hex BB AC 62 0 8 30 1B 32 28 38
Octal 273 254 142 0 10 60 33 62 50 70
Binary 10111011 10101100 1100010 0 1000 110000 11011 110010 101000 111000

Color Harmonies of #BBAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC62

Black with #BBAC62

Text Example


Text Example

White with #BBAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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