Html Css Color HEX #BCAF8B Chino

📋 copy color: '#BCAF8B'

red 188 ◦ green 175 ◦ blue 139

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

Shades of Chino #BCAF8B

Tints of Chino #BCAF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 37.45%
G = 34.86%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCAF8B (or 0xBCAF8B) is known color: Chino. HEX triplet: BC, AF and 8B. RGB value is (188,175,139). Sum of RGB (Red+Green+Blue) = 188+175+139=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF8B is #435074. Grayscale: #AEAEAE. Windows color (decimal): -4411509 or 9154492. OLE color: 9154492.

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

Color convert

RGB 188 175 139 -
CMYK 0 0.07 0.26 0.26
HSL 44.08º 0.27% 0.64% -
HSV(B) 44.08º 0.26% 0.74% -
XYZ 40.73 43.22 30.62 -
YUV 174.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 188 175 139 0 0.07 0.26 0.26 44.08 0.27 0.64
Hex BC AF 8B 0 7 1A 1A 2C 1B 40
Octal 274 257 213 0 7 32 32 54 33 100
Binary 10111100 10101111 10001011 0 111 11010 11010 101100 11011 1000000

Color Harmonies of #BCAF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF8B

Black with #BCAF8B

Text Example


Text Example

White with #BCAF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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