Html Css Color HEX #BCB087 Chino

📋 copy color: '#BCB087'

red 188 ◦ green 176 ◦ blue 135

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

Shades of Chino #BCB087

Tints of Chino #BCB087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 37.68%
G = 35.27%
B = 27.05%

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

#BCB087 (or 0xBCB087) is known color: Chino. HEX triplet: BC, B0 and 87. RGB value is (188,176,135). Sum of RGB (Red+Green+Blue) = 188+176+135=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB087 is #434F78. Grayscale: #AFAFAF. Windows color (decimal): -4411257 or 8892604. OLE color: 8892604.

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

Color convert

RGB 188 176 135 -
CMYK 0 0.06 0.28 0.26
HSL 46.42º 0.28% 0.63% -
HSV(B) 46.42º 0.28% 0.74% -
XYZ 40.64 43.49 29.17 -
YUV 174.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 188 176 135 0 0.06 0.28 0.26 46.42 0.28 0.63
Hex BC B0 87 0 6 1C 1A 2E 1C 3F
Octal 274 260 207 0 6 34 32 56 34 77
Binary 10111100 10110000 10000111 0 110 11100 11010 101110 11100 111111

Color Harmonies of #BCB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB087

Black with #BCB087

Text Example


Text Example

White with #BCB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB087; }

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

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

background-color css

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

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

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

border-color css

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

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

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