Html Css Color HEX #BCAF86 Chino

📋 copy color: '#BCAF86'

red 188 ◦ green 175 ◦ blue 134

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

Shades of Chino #BCAF86

Tints of Chino #BCAF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.96%

R = 37.83%
G = 35.21%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCAF86 (or 0xBCAF86) is known color: Chino. HEX triplet: BC, AF and 86. RGB value is (188,175,134). Sum of RGB (Red+Green+Blue) = 188+175+134=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF86 is #435079. Grayscale: #AEAEAE. Windows color (decimal): -4411514 or 8826812. OLE color: 8826812.

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

Color convert

RGB 188 175 134 -
CMYK 0 0.07 0.29 0.26
HSL 45.56º 0.29% 0.63% -
HSV(B) 45.56º 0.29% 0.74% -
XYZ 40.37 43.07 28.74 -
YUV 174.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 188 175 134 0 0.07 0.29 0.26 45.56 0.29 0.63
Hex BC AF 86 0 7 1D 1A 2E 1D 3F
Octal 274 257 206 0 7 35 32 56 35 77
Binary 10111100 10101111 10000110 0 111 11101 11010 101110 11101 111111

Color Harmonies of #BCAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF86

Black with #BCAF86

Text Example


Text Example

White with #BCAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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