Html Css Color HEX #BCAF8F Chino

📋 copy color: '#BCAF8F'

red 188 ◦ green 175 ◦ blue 143

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

Shades of Chino #BCAF8F

Tints of Chino #BCAF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 37.15%
G = 34.58%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCAF8F (or 0xBCAF8F) is known color: Chino. HEX triplet: BC, AF and 8F. RGB value is (188,175,143). Sum of RGB (Red+Green+Blue) = 188+175+143=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF8F is #435070. Grayscale: #AFAFAF. Windows color (decimal): -4411505 or 9416636. OLE color: 9416636.

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

Color convert

RGB 188 175 143 -
CMYK 0 0.07 0.24 0.26
HSL 42.67º 0.25% 0.65% -
HSV(B) 42.67º 0.24% 0.74% -
XYZ 41.03 43.33 32.19 -
YUV 175.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 188 175 143 0 0.07 0.24 0.26 42.67 0.25 0.65
Hex BC AF 8F 0 7 18 1A 2B 19 41
Octal 274 257 217 0 7 30 32 53 31 101
Binary 10111100 10101111 10001111 0 111 11000 11010 101011 11001 1000001

Color Harmonies of #BCAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF8F

Black with #BCAF8F

Text Example


Text Example

White with #BCAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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