Html Css Color HEX #BEB48C Coriander

📋 copy color: '#BEB48C'

red 190 ◦ green 180 ◦ blue 140

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

Shades of Coriander #BEB48C

Tints of Coriander #BEB48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 37.25%
G = 35.29%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEB48C (or 0xBEB48C) is known color: Coriander. HEX triplet: BE, B4 and 8C. RGB value is (190,180,140). Sum of RGB (Red+Green+Blue) = 190+180+140=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB48C is #414B73. Grayscale: #B2B2B2. Windows color (decimal): -4279156 or 9221310. OLE color: 9221310.

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

Color convert

RGB 190 180 140 -
CMYK 0 0.05 0.26 0.25
HSL 48º 0.28% 0.65% -
HSV(B) 48º 0.26% 0.75% -
XYZ 42.29 45.48 31.36 -
YUV 178.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 190 180 140 0 0.05 0.26 0.25 48 0.28 0.65
Hex BE B4 8C 0 5 1A 19 30 1C 41
Octal 276 264 214 0 5 32 31 60 34 101
Binary 10111110 10110100 10001100 0 101 11010 11001 110000 11100 1000001

Color Harmonies of #BEB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB48C

Black with #BEB48C

Text Example


Text Example

White with #BEB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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