Html Css Color HEX #BCAB62 Gimblet

📋 copy color: '#BCAB62'

red 188 ◦ green 171 ◦ blue 98

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

Shades of Gimblet #BCAB62

Tints of Gimblet #BCAB62

RGB

 RED value IS 188 (73.83% from 255) = 41.14%

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 41.14%
G = 37.42%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCAB62 (or 0xBCAB62) is known color: Gimblet. HEX triplet: BC, AB and 62. RGB value is (188,171,98). Sum of RGB (Red+Green+Blue) = 188+171+98=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB62 is #43549D. Grayscale: #A8A8A8. Windows color (decimal): -4412574 or 6466492. OLE color: 6466492.

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

Color convert

RGB 188 171 98 -
CMYK 0 0.09 0.48 0.26
HSL 48.67º 0.4% 0.56% -
HSV(B) 48.67º 0.48% 0.74% -
XYZ 37.51 40.7 17.43 -
YUV 167.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 188 171 98 0 0.09 0.48 0.26 48.67 0.4 0.56
Hex BC AB 62 0 9 30 1A 31 28 38
Octal 274 253 142 0 11 60 32 61 50 70
Binary 10111100 10101011 1100010 0 1001 110000 11010 110001 101000 111000

Color Harmonies of #BCAB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB62

Black with #BCAB62

Text Example


Text Example

White with #BCAB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB62; }

 p { color: rgb(188,171,98); }

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

background-color css

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

 a { background-color: rgb(188,171,98); }

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

border-color css

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

 span { border-color: rgb(188,171,98); }

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