Html Css Color HEX #BEB68C Coriander

📋 copy color: '#BEB68C'

red 190 ◦ green 182 ◦ blue 140

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

Shades of Coriander #BEB68C

Tints of Coriander #BEB68C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 37.11%
G = 35.55%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEB68C (or 0xBEB68C) is known color: Coriander. HEX triplet: BE, B6 and 8C. RGB value is (190,182,140). Sum of RGB (Red+Green+Blue) = 190+182+140=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB68C is #414973. Grayscale: #B3B3B3. Windows color (decimal): -4278644 or 9221822. OLE color: 9221822.

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

Color convert

RGB 190 182 140 -
CMYK 0 0.04 0.26 0.25
HSL 50.4º 0.28% 0.65% -
HSV(B) 50.4º 0.26% 0.75% -
XYZ 42.7 46.3 31.5 -
YUV 179.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 190 182 140 0 0.04 0.26 0.25 50.4 0.28 0.65
Hex BE B6 8C 0 4 1A 19 32 1C 41
Octal 276 266 214 0 4 32 31 62 34 101
Binary 10111110 10110110 10001100 0 100 11010 11001 110010 11100 1000001

Color Harmonies of #BEB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB68C

Black with #BEB68C

Text Example


Text Example

White with #BEB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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