Html Css Color HEX #BCB190 Chino

📋 copy color: '#BCB190'

red 188 ◦ green 177 ◦ blue 144

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

Shades of Chino #BCB190

Tints of Chino #BCB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 36.94%
G = 34.77%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB190 (or 0xBCB190) is known color: Chino. HEX triplet: BC, B1 and 90. RGB value is (188,177,144). Sum of RGB (Red+Green+Blue) = 188+177+144=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB190 is #434E6F. Grayscale: #B0B0B0. Windows color (decimal): -4410992 or 9482684. OLE color: 9482684.

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

Color convert

RGB 188 177 144 -
CMYK 0 0.06 0.23 0.26
HSL 45º 0.25% 0.65% -
HSV(B) 45º 0.23% 0.74% -
XYZ 41.5 44.15 32.72 -
YUV 176.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 188 177 144 0 0.06 0.23 0.26 45 0.25 0.65
Hex BC B1 90 0 6 17 1A 2D 19 41
Octal 274 261 220 0 6 27 32 55 31 101
Binary 10111100 10110001 10010000 0 110 10111 11010 101101 11001 1000001

Color Harmonies of #BCB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB190

Black with #BCB190

Text Example


Text Example

White with #BCB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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