Html Css Color HEX #BEBC8C Coriander

📋 copy color: '#BEBC8C'

red 190 ◦ green 188 ◦ blue 140

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

Shades of Coriander #BEBC8C

Tints of Coriander #BEBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.29%

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

R = 36.68%
G = 36.29%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEBC8C (or 0xBEBC8C) is known color: Coriander. HEX triplet: BE, BC and 8C. RGB value is (190,188,140). Sum of RGB (Red+Green+Blue) = 190+188+140=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC8C is #414373. Grayscale: #B7B7B7. Windows color (decimal): -4277108 or 9223358. OLE color: 9223358.

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

Color convert

RGB 190 188 140 -
CMYK 0 0.01 0.26 0.25
HSL 57.6º 0.28% 0.65% -
HSV(B) 57.6º 0.26% 0.75% -
XYZ 43.95 48.81 31.92 -
YUV 183.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 190 188 140 0 0.01 0.26 0.25 57.6 0.28 0.65
Hex BE BC 8C 0 1 1A 19 3A 1C 41
Octal 276 274 214 0 1 32 31 72 34 101
Binary 10111110 10111100 10001100 0 1 11010 11001 111010 11100 1000001

Color Harmonies of #BEBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC8C

Black with #BEBC8C

Text Example


Text Example

White with #BEBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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