Html Css Color HEX #BCB187 Chino

📋 copy color: '#BCB187'

red 188 ◦ green 177 ◦ blue 135

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

Shades of Chino #BCB187

Tints of Chino #BCB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 37.6%
G = 35.4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB187 (or 0xBCB187) is known color: Chino. HEX triplet: BC, B1 and 87. RGB value is (188,177,135). Sum of RGB (Red+Green+Blue) = 188+177+135=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB187 is #434E78. Grayscale: #AFAFAF. Windows color (decimal): -4411001 or 8892860. OLE color: 8892860.

HSL color Cylindrical-coordinate representation of color #BCB187: hue angle of 47.55º 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 #BCB187 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 135 -
CMYK 0 0.06 0.28 0.26
HSL 47.55º 0.28% 0.63% -
HSV(B) 47.55º 0.28% 0.74% -
XYZ 40.83 43.88 29.24 -
YUV 175.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 188 177 135 0 0.06 0.28 0.26 47.55 0.28 0.63
Hex BC B1 87 0 6 1C 1A 30 1C 3F
Octal 274 261 207 0 6 34 32 60 34 77
Binary 10111100 10110001 10000111 0 110 11100 11010 110000 11100 111111

Color Harmonies of #BCB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB187

Black with #BCB187

Text Example


Text Example

White with #BCB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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