Html Css Color HEX #BCB090 Chino

📋 copy color: '#BCB090'

red 188 ◦ green 176 ◦ blue 144

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

Shades of Chino #BCB090

Tints of Chino #BCB090

RGB

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

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

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

R = 37.01%
G = 34.65%
B = 28.35%

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

#BCB090 (or 0xBCB090) is known color: Chino. HEX triplet: BC, B0 and 90. RGB value is (188,176,144). Sum of RGB (Red+Green+Blue) = 188+176+144=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB090 is #434F6F. Grayscale: #B0B0B0. Windows color (decimal): -4411248 or 9482428. OLE color: 9482428.

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

Color convert

RGB 188 176 144 -
CMYK 0 0.06 0.23 0.26
HSL 43.64º 0.25% 0.65% -
HSV(B) 43.64º 0.23% 0.74% -
XYZ 41.3 43.76 32.65 -
YUV 175.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 188 176 144 0 0.06 0.23 0.26 43.64 0.25 0.65
Hex BC B0 90 0 6 17 1A 2C 19 41
Octal 274 260 220 0 6 27 32 54 31 101
Binary 10111100 10110000 10010000 0 110 10111 11010 101100 11001 1000001

Color Harmonies of #BCB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB090

Black with #BCB090

Text Example


Text Example

White with #BCB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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