Html Css Color HEX #BFB890 Coriander

📋 copy color: '#BFB890'

red 191 ◦ green 184 ◦ blue 144

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

Shades of Coriander #BFB890

Tints of Coriander #BFB890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 36.8%
G = 35.45%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB890 (or 0xBFB890) is known color: Coriander. HEX triplet: BF, B8 and 90. RGB value is (191,184,144). Sum of RGB (Red+Green+Blue) = 191+184+144=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB890 is #40476F. Grayscale: #B5B5B5. Windows color (decimal): -4212592 or 9484479. OLE color: 9484479.

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

Color convert

RGB 191 184 144 -
CMYK 0 0.04 0.25 0.25
HSL 51.06º 0.27% 0.66% -
HSV(B) 51.06º 0.25% 0.75% -
XYZ 43.66 47.37 33.23 -
YUV 181.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 191 184 144 0 0.04 0.25 0.25 51.06 0.27 0.66
Hex BF B8 90 0 4 19 19 33 1B 42
Octal 277 270 220 0 4 31 31 63 33 102
Binary 10111111 10111000 10010000 0 100 11001 11001 110011 11011 1000010

Color Harmonies of #BFB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB890

Black with #BFB890

Text Example


Text Example

White with #BFB890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB890; }

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

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

background-color css

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

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

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

border-color css

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

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

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