Html Css Color HEX #BEB18C Chino

📋 copy color: '#BEB18C'

red 190 ◦ green 177 ◦ blue 140

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

Shades of Chino #BEB18C

Tints of Chino #BEB18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 37.48%
G = 34.91%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEB18C (or 0xBEB18C) is known color: Chino. HEX triplet: BE, B1 and 8C. RGB value is (190,177,140). Sum of RGB (Red+Green+Blue) = 190+177+140=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18C is #414E73. Grayscale: #B0B0B0. Windows color (decimal): -4279924 or 9220542. OLE color: 9220542.

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

Color convert

RGB 190 177 140 -
CMYK 0 0.07 0.26 0.25
HSL 44.4º 0.28% 0.65% -
HSV(B) 44.4º 0.26% 0.75% -
XYZ 41.69 44.28 31.16 -
YUV 176.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 190 177 140 0 0.07 0.26 0.25 44.4 0.28 0.65
Hex BE B1 8C 0 7 1A 19 2C 1C 41
Octal 276 261 214 0 7 32 31 54 34 101
Binary 10111110 10110001 10001100 0 111 11010 11001 101100 11100 1000001

Color Harmonies of #BEB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB18C

Black with #BEB18C

Text Example


Text Example

White with #BEB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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