Html Css Color HEX #BEB18B Chino

📋 copy color: '#BEB18B'

red 190 ◦ green 177 ◦ blue 139

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

Shades of Chino #BEB18B

Tints of Chino #BEB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 37.55%
G = 34.98%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEB18B (or 0xBEB18B) is known color: Chino. HEX triplet: BE, B1 and 8B. RGB value is (190,177,139). Sum of RGB (Red+Green+Blue) = 190+177+139=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18B is #414E74. Grayscale: #B0B0B0. Windows color (decimal): -4279925 or 9155006. OLE color: 9155006.

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

Color convert

RGB 190 177 139 -
CMYK 0 0.07 0.27 0.25
HSL 44.71º 0.28% 0.65% -
HSV(B) 44.71º 0.27% 0.75% -
XYZ 41.62 44.26 30.77 -
YUV 176.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 190 177 139 0 0.07 0.27 0.25 44.71 0.28 0.65
Hex BE B1 8B 0 7 1B 19 2D 1C 41
Octal 276 261 213 0 7 33 31 55 34 101
Binary 10111110 10110001 10001011 0 111 11011 11001 101101 11100 1000001

Color Harmonies of #BEB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB18B

Black with #BEB18B

Text Example


Text Example

White with #BEB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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