Html Css Color HEX #BCAF64 Gimblet

📋 copy color: '#BCAF64'

red 188 ◦ green 175 ◦ blue 100

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

Shades of Gimblet #BCAF64

Tints of Gimblet #BCAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 40.6%
G = 37.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCAF64 (or 0xBCAF64) is known color: Gimblet. HEX triplet: BC, AF and 64. RGB value is (188,175,100). Sum of RGB (Red+Green+Blue) = 188+175+100=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF64 is #43509B. Grayscale: #AAAAAA. Windows color (decimal): -4411548 or 6598588. OLE color: 6598588.

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

Color convert

RGB 188 175 100 -
CMYK 0 0.07 0.47 0.26
HSL 51.14º 0.4% 0.56% -
HSV(B) 51.14º 0.47% 0.74% -
XYZ 38.37 42.27 18.19 -
YUV 170.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 188 175 100 0 0.07 0.47 0.26 51.14 0.4 0.56
Hex BC AF 64 0 7 2F 1A 33 28 38
Octal 274 257 144 0 7 57 32 63 50 70
Binary 10111100 10101111 1100100 0 111 101111 11010 110011 101000 111000

Color Harmonies of #BCAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF64

Black with #BCAF64

Text Example


Text Example

White with #BCAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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