Html Css Color HEX #BEBA8C Coriander

📋 copy color: '#BEBA8C'

red 190 ◦ green 186 ◦ blue 140

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

Shades of Coriander #BEBA8C

Tints of Coriander #BEBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 36.82%
G = 36.05%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEBA8C (or 0xBEBA8C) is known color: Coriander. HEX triplet: BE, BA and 8C. RGB value is (190,186,140). Sum of RGB (Red+Green+Blue) = 190+186+140=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA8C is #414573. Grayscale: #B6B6B6. Windows color (decimal): -4277620 or 9222846. OLE color: 9222846.

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

Color convert

RGB 190 186 140 -
CMYK 0 0.02 0.26 0.25
HSL 55.2º 0.28% 0.65% -
HSV(B) 55.2º 0.26% 0.75% -
XYZ 43.53 47.96 31.77 -
YUV 181.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 190 186 140 0 0.02 0.26 0.25 55.2 0.28 0.65
Hex BE BA 8C 0 2 1A 19 37 1C 41
Octal 276 272 214 0 2 32 31 67 34 101
Binary 10111110 10111010 10001100 0 10 11010 11001 110111 11100 1000001

Color Harmonies of #BEBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA8C

Black with #BEBA8C

Text Example


Text Example

White with #BEBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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