Html Css Color HEX #BCB290 Chino

📋 copy color: '#BCB290'

red 188 ◦ green 178 ◦ blue 144

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

Shades of Chino #BCB290

Tints of Chino #BCB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

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

R = 36.86%
G = 34.9%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB290 (or 0xBCB290) is known color: Chino. HEX triplet: BC, B2 and 90. RGB value is (188,178,144). Sum of RGB (Red+Green+Blue) = 188+178+144=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB290 is #434D6F. Grayscale: #B1B1B1. Windows color (decimal): -4410736 or 9482940. OLE color: 9482940.

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

Color convert

RGB 188 178 144 -
CMYK 0 0.05 0.23 0.26
HSL 46.36º 0.25% 0.65% -
HSV(B) 46.36º 0.23% 0.74% -
XYZ 41.69 44.55 32.79 -
YUV 177.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 188 178 144 0 0.05 0.23 0.26 46.36 0.25 0.65
Hex BC B2 90 0 5 17 1A 2E 19 41
Octal 274 262 220 0 5 27 32 56 31 101
Binary 10111100 10110010 10010000 0 101 10111 11010 101110 11001 1000001

Color Harmonies of #BCB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB290

Black with #BCB290

Text Example


Text Example

White with #BCB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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