Html Css Color HEX #BEB290 Chino

📋 copy color: '#BEB290'

red 190 ◦ green 178 ◦ blue 144

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

Shades of Chino #BEB290

Tints of Chino #BEB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 37.11%
G = 34.77%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEB290 (or 0xBEB290) is known color: Chino. HEX triplet: BE, B2 and 90. RGB value is (190,178,144). Sum of RGB (Red+Green+Blue) = 190+178+144=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB290 is #414D6F. Grayscale: #B1B1B1. Windows color (decimal): -4279664 or 9482942. OLE color: 9482942.

HSL color Cylindrical-coordinate representation of color #BEB290: hue angle of 44.35º 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 #BEB290 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 144 -
CMYK 0 0.06 0.24 0.25
HSL 44.35º 0.26% 0.65% -
HSV(B) 44.35º 0.24% 0.75% -
XYZ 42.19 44.8 32.81 -
YUV 177.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 190 178 144 0 0.06 0.24 0.25 44.35 0.26 0.65
Hex BE B2 90 0 6 18 19 2C 1A 41
Octal 276 262 220 0 6 30 31 54 32 101
Binary 10111110 10110010 10010000 0 110 11000 11001 101100 11010 1000001

Color Harmonies of #BEB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB290

Black with #BEB290

Text Example


Text Example

White with #BEB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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