Html Css Color HEX #BFB893 Coriander

📋 copy color: '#BFB893'

red 191 ◦ green 184 ◦ blue 147

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

Shades of Coriander #BFB893

Tints of Coriander #BFB893

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 36.59%
G = 35.25%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB893 (or 0xBFB893) is known color: Coriander. HEX triplet: BF, B8 and 93. RGB value is (191,184,147). Sum of RGB (Red+Green+Blue) = 191+184+147=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB893 is #40476C. Grayscale: #B6B6B6. Windows color (decimal): -4212589 or 9681087. OLE color: 9681087.

HSL color Cylindrical-coordinate representation of color #BFB893: hue angle of 50.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB893 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 147 -
CMYK 0 0.04 0.23 0.25
HSL 50.45º 0.26% 0.66% -
HSV(B) 50.45º 0.23% 0.75% -
XYZ 43.89 47.46 34.45 -
YUV 181.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 191 184 147 0 0.04 0.23 0.25 50.45 0.26 0.66
Hex BF B8 93 0 4 17 19 32 1A 42
Octal 277 270 223 0 4 27 31 62 32 102
Binary 10111111 10111000 10010011 0 100 10111 11001 110010 11010 1000010

Color Harmonies of #BFB893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB893

Black with #BFB893

Text Example


Text Example

White with #BFB893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB893; }

 p { color: rgb(191,184,147); }

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

background-color css

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

 a { background-color: rgb(191,184,147); }

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

border-color css

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

 span { border-color: rgb(191,184,147); }

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