Html Css Color HEX #BCA762 Gimblet

📋 copy color: '#BCA762'

red 188 ◦ green 167 ◦ blue 98

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

Shades of Gimblet #BCA762

Tints of Gimblet #BCA762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.87%

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

R = 41.5%
G = 36.87%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCA762 (or 0xBCA762) is known color: Gimblet. HEX triplet: BC, A7 and 62. RGB value is (188,167,98). Sum of RGB (Red+Green+Blue) = 188+167+98=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA762 is #43589D. Grayscale: #A5A5A5. Windows color (decimal): -4413598 or 6465468. OLE color: 6465468.

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

Color convert

RGB 188 167 98 -
CMYK 0 0.11 0.48 0.26
HSL 46º 0.4% 0.56% -
HSV(B) 46º 0.48% 0.74% -
XYZ 36.76 39.21 17.19 -
YUV 165.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 188 167 98 0 0.11 0.48 0.26 46 0.4 0.56
Hex BC A7 62 0 B 30 1A 2E 28 38
Octal 274 247 142 0 13 60 32 56 50 70
Binary 10111100 10100111 1100010 0 1011 110000 11010 101110 101000 111000

Color Harmonies of #BCA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA762

Black with #BCA762

Text Example


Text Example

White with #BCA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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