Html Css Color HEX #BCAF62 Gimblet

📋 copy color: '#BCAF62'

red 188 ◦ green 175 ◦ blue 98

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

Shades of Gimblet #BCAF62

Tints of Gimblet #BCAF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

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

R = 40.78%
G = 37.96%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCAF62 (or 0xBCAF62) is known color: Gimblet. HEX triplet: BC, AF and 62. RGB value is (188,175,98). Sum of RGB (Red+Green+Blue) = 188+175+98=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF62 is #43509D. Grayscale: #AAAAAA. Windows color (decimal): -4411550 or 6467516. OLE color: 6467516.

HSL color Cylindrical-coordinate representation of color #BCAF62: hue angle of 51.33º 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 #BCAF62 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 98 -
CMYK 0 0.07 0.48 0.26
HSL 51.33º 0.4% 0.56% -
HSV(B) 51.33º 0.48% 0.74% -
XYZ 38.27 42.23 17.69 -
YUV 170.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 188 175 98 0 0.07 0.48 0.26 51.33 0.4 0.56
Hex BC AF 62 0 7 30 1A 33 28 38
Octal 274 257 142 0 7 60 32 63 50 70
Binary 10111100 10101111 1100010 0 111 110000 11010 110011 101000 111000

Color Harmonies of #BCAF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF62

Black with #BCAF62

Text Example


Text Example

White with #BCAF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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