Html Css Color HEX #BCAF58 Gimblet

📋 copy color: '#BCAF58'

red 188 ◦ green 175 ◦ blue 88

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

Shades of Gimblet #BCAF58

Tints of Gimblet #BCAF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.51%

R = 41.69%
G = 38.8%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCAF58 (or 0xBCAF58) is known color: Gimblet. HEX triplet: BC, AF and 58. RGB value is (188,175,88). Sum of RGB (Red+Green+Blue) = 188+175+88=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF58 is #4350A7. Grayscale: #A9A9A9. Windows color (decimal): -4411560 or 5812156. OLE color: 5812156.

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

Color convert

RGB 188 175 88 -
CMYK 0 0.07 0.53 0.26
HSL 52.2º 0.43% 0.54% -
HSV(B) 52.2º 0.53% 0.74% -
XYZ 37.83 42.06 15.36 -
YUV 168.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 188 175 88 0 0.07 0.53 0.26 52.2 0.43 0.54
Hex BC AF 58 0 7 35 1A 34 2B 36
Octal 274 257 130 0 7 65 32 64 53 66
Binary 10111100 10101111 1011000 0 111 110101 11010 110100 101011 110110

Color Harmonies of #BCAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF58

Black with #BCAF58

Text Example


Text Example

White with #BCAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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