Html Css Color HEX #BCB185 Chino

📋 copy color: '#BCB185'

red 188 ◦ green 177 ◦ blue 133

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

Shades of Chino #BCB185

Tints of Chino #BCB185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 37.75%
G = 35.54%
B = 26.71%

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

#BCB185 (or 0xBCB185) is known color: Chino. HEX triplet: BC, B1 and 85. RGB value is (188,177,133). Sum of RGB (Red+Green+Blue) = 188+177+133=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB185 is #434E7A. Grayscale: #AFAFAF. Windows color (decimal): -4411003 or 8761788. OLE color: 8761788.

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

Color convert

RGB 188 177 133 -
CMYK 0 0.06 0.29 0.26
HSL 48º 0.29% 0.63% -
HSV(B) 48º 0.29% 0.74% -
XYZ 40.69 43.83 28.51 -
YUV 175.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 188 177 133 0 0.06 0.29 0.26 48 0.29 0.63
Hex BC B1 85 0 6 1D 1A 30 1D 3F
Octal 274 261 205 0 6 35 32 60 35 77
Binary 10111100 10110001 10000101 0 110 11101 11010 110000 11101 111111

Color Harmonies of #BCB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB185

Black with #BCB185

Text Example


Text Example

White with #BCB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB185; }

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

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

background-color css

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

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

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

border-color css

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

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

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