Html Css Color HEX #BCB186 Chino

📋 copy color: '#BCB186'

red 188 ◦ green 177 ◦ blue 134

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

Shades of Chino #BCB186

Tints of Chino #BCB186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.85%

R = 37.68%
G = 35.47%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB186 (or 0xBCB186) is known color: Chino. HEX triplet: BC, B1 and 86. RGB value is (188,177,134). Sum of RGB (Red+Green+Blue) = 188+177+134=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB186 is #434E79. Grayscale: #AFAFAF. Windows color (decimal): -4411002 or 8827324. OLE color: 8827324.

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

Color convert

RGB 188 177 134 -
CMYK 0 0.06 0.29 0.26
HSL 47.78º 0.29% 0.63% -
HSV(B) 47.78º 0.29% 0.74% -
XYZ 40.76 43.86 28.87 -
YUV 175.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 188 177 134 0 0.06 0.29 0.26 47.78 0.29 0.63
Hex BC B1 86 0 6 1D 1A 30 1D 3F
Octal 274 261 206 0 6 35 32 60 35 77
Binary 10111100 10110001 10000110 0 110 11101 11010 110000 11101 111111

Color Harmonies of #BCB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB186

Black with #BCB186

Text Example


Text Example

White with #BCB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB186; }

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

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

background-color css

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

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

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

border-color css

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

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

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