Html Css Color HEX #BCAF87 Chino

📋 copy color: '#BCAF87'

red 188 ◦ green 175 ◦ blue 135

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

Shades of Chino #BCAF87

Tints of Chino #BCAF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 37.75%
G = 35.14%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCAF87 (or 0xBCAF87) is known color: Chino. HEX triplet: BC, AF and 87. RGB value is (188,175,135). Sum of RGB (Red+Green+Blue) = 188+175+135=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF87 is #435078. Grayscale: #AEAEAE. Windows color (decimal): -4411513 or 8892348. OLE color: 8892348.

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

Color convert

RGB 188 175 135 -
CMYK 0 0.07 0.28 0.26
HSL 45.28º 0.28% 0.63% -
HSV(B) 45.28º 0.28% 0.74% -
XYZ 40.44 43.1 29.11 -
YUV 174.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 188 175 135 0 0.07 0.28 0.26 45.28 0.28 0.63
Hex BC AF 87 0 7 1C 1A 2D 1C 3F
Octal 274 257 207 0 7 34 32 55 34 77
Binary 10111100 10101111 10000111 0 111 11100 11010 101101 11100 111111

Color Harmonies of #BCAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF87

Black with #BCAF87

Text Example


Text Example

White with #BCAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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