Html Css Color HEX #BFBE8D Coriander

📋 copy color: '#BFBE8D'

red 191 ◦ green 190 ◦ blue 141

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

Shades of Coriander #BFBE8D

Tints of Coriander #BFBE8D

RGB

 RED value IS 191 (75% from 255) = 36.59%

 GREEN value IS 190 (74.61% from 255) = 36.4%

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 36.59%
G = 36.4%
B = 27.01%

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

#BFBE8D (or 0xBFBE8D) is known color: Coriander. HEX triplet: BF, BE and 8D. RGB value is (191,190,141). Sum of RGB (Red+Green+Blue) = 191+190+141=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8D is #404172. Grayscale: #B8B8B8. Windows color (decimal): -4211059 or 9289407. OLE color: 9289407.

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

Color convert

RGB 191 190 141 -
CMYK 0 0.01 0.26 0.25
HSL 58.8º 0.28% 0.65% -
HSV(B) 58.8º 0.26% 0.75% -
XYZ 44.71 49.83 32.46 -
YUV 184.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 191 190 141 0 0.01 0.26 0.25 58.8 0.28 0.65
Hex BF BE 8D 0 1 1A 19 3B 1C 41
Octal 277 276 215 0 1 32 31 73 34 101
Binary 10111111 10111110 10001101 0 1 11010 11001 111011 11100 1000001

Color Harmonies of #BFBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE8D

Black with #BFBE8D

Text Example


Text Example

White with #BFBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE8D; }

 p { color: rgb(191,190,141); }

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

background-color css

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

 a { background-color: rgb(191,190,141); }

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

border-color css

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

 span { border-color: rgb(191,190,141); }

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