Html Css Color HEX #BCAF88 Chino

📋 copy color: '#BCAF88'

red 188 ◦ green 175 ◦ blue 136

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

Shades of Chino #BCAF88

Tints of Chino #BCAF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 37.68%
G = 35.07%
B = 27.25%

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

#BCAF88 (or 0xBCAF88) is known color: Chino. HEX triplet: BC, AF and 88. RGB value is (188,175,136). Sum of RGB (Red+Green+Blue) = 188+175+136=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF88 is #435077. Grayscale: #AEAEAE. Windows color (decimal): -4411512 or 8957884. OLE color: 8957884.

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

Color convert

RGB 188 175 136 -
CMYK 0 0.07 0.28 0.26
HSL 45º 0.28% 0.64% -
HSV(B) 45º 0.28% 0.74% -
XYZ 40.51 43.13 29.48 -
YUV 174.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 188 175 136 0 0.07 0.28 0.26 45 0.28 0.64
Hex BC AF 88 0 7 1C 1A 2D 1C 40
Octal 274 257 210 0 7 34 32 55 34 100
Binary 10111100 10101111 10001000 0 111 11100 11010 101101 11100 1000000

Color Harmonies of #BCAF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF88

Black with #BCAF88

Text Example


Text Example

White with #BCAF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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