Html Css Color HEX #BEB18E Chino

📋 copy color: '#BEB18E'

red 190 ◦ green 177 ◦ blue 142

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

Shades of Chino #BEB18E

Tints of Chino #BEB18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 37.33%
G = 34.77%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEB18E (or 0xBEB18E) is known color: Chino. HEX triplet: BE, B1 and 8E. RGB value is (190,177,142). Sum of RGB (Red+Green+Blue) = 190+177+142=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18E is #414E71. Grayscale: #B1B1B1. Windows color (decimal): -4279922 or 9351614. OLE color: 9351614.

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

Color convert

RGB 190 177 142 -
CMYK 0 0.07 0.25 0.25
HSL 43.75º 0.27% 0.65% -
HSV(B) 43.75º 0.25% 0.75% -
XYZ 41.84 44.34 31.95 -
YUV 176.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 190 177 142 0 0.07 0.25 0.25 43.75 0.27 0.65
Hex BE B1 8E 0 7 19 19 2C 1B 41
Octal 276 261 216 0 7 31 31 54 33 101
Binary 10111110 10110001 10001110 0 111 11001 11001 101100 11011 1000001

Color Harmonies of #BEB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB18E

Black with #BEB18E

Text Example


Text Example

White with #BEB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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