Html Css Color HEX #BEB190 Chino

📋 copy color: '#BEB190'

red 190 ◦ green 177 ◦ blue 144

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

Shades of Chino #BEB190

Tints of Chino #BEB190

RGB

 RED value IS 190 (74.61% from 255) = 37.18%

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

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

R = 37.18%
G = 34.64%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEB190 (or 0xBEB190) is known color: Chino. HEX triplet: BE, B1 and 90. RGB value is (190,177,144). Sum of RGB (Red+Green+Blue) = 190+177+144=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB190 is #414E6F. Grayscale: #B1B1B1. Windows color (decimal): -4279920 or 9482686. OLE color: 9482686.

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

Color convert

RGB 190 177 144 -
CMYK 0 0.07 0.24 0.25
HSL 43.04º 0.26% 0.65% -
HSV(B) 43.04º 0.24% 0.75% -
XYZ 41.99 44.41 32.74 -
YUV 177.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 190 177 144 0 0.07 0.24 0.25 43.04 0.26 0.65
Hex BE B1 90 0 7 18 19 2B 1A 41
Octal 276 261 220 0 7 30 31 53 32 101
Binary 10111110 10110001 10010000 0 111 11000 11001 101011 11010 1000001

Color Harmonies of #BEB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB190

Black with #BEB190

Text Example


Text Example

White with #BEB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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