Html Css Color HEX #BEB18A Chino

📋 copy color: '#BEB18A'

red 190 ◦ green 177 ◦ blue 138

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

Shades of Chino #BEB18A

Tints of Chino #BEB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 37.62%
G = 35.05%
B = 27.33%

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

#BEB18A (or 0xBEB18A) is known color: Chino. HEX triplet: BE, B1 and 8A. RGB value is (190,177,138). Sum of RGB (Red+Green+Blue) = 190+177+138=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB18A is #414E75. Grayscale: #B0B0B0. Windows color (decimal): -4279926 or 9089470. OLE color: 9089470.

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

Color convert

RGB 190 177 138 -
CMYK 0 0.07 0.27 0.25
HSL 45º 0.29% 0.64% -
HSV(B) 45º 0.27% 0.75% -
XYZ 41.54 44.23 30.39 -
YUV 176.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 190 177 138 0 0.07 0.27 0.25 45 0.29 0.64
Hex BE B1 8A 0 7 1B 19 2D 1D 40
Octal 276 261 212 0 7 33 31 55 35 100
Binary 10111110 10110001 10001010 0 111 11011 11001 101101 11101 1000000

Color Harmonies of #BEB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB18A

Black with #BEB18A

Text Example


Text Example

White with #BEB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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