Html Css Color HEX #BFB791 Coriander

📋 copy color: '#BFB791'

red 191 ◦ green 183 ◦ blue 145

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

Shades of Coriander #BFB791

Tints of Coriander #BFB791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 36.8%
G = 35.26%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFB791 (or 0xBFB791) is known color: Coriander. HEX triplet: BF, B7 and 91. RGB value is (191,183,145). Sum of RGB (Red+Green+Blue) = 191+183+145=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB791 is #40486E. Grayscale: #B5B5B5. Windows color (decimal): -4212847 or 9549759. OLE color: 9549759.

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

Color convert

RGB 191 183 145 -
CMYK 0 0.04 0.24 0.25
HSL 49.57º 0.26% 0.66% -
HSV(B) 49.57º 0.24% 0.75% -
XYZ 43.53 46.99 33.56 -
YUV 181.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 191 183 145 0 0.04 0.24 0.25 49.57 0.26 0.66
Hex BF B7 91 0 4 18 19 32 1A 42
Octal 277 267 221 0 4 30 31 62 32 102
Binary 10111111 10110111 10010001 0 100 11000 11001 110010 11010 1000010

Color Harmonies of #BFB791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB791

Black with #BFB791

Text Example


Text Example

White with #BFB791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB791; }

 p { color: rgb(191,183,145); }

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

background-color css

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

 a { background-color: rgb(191,183,145); }

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

border-color css

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

 span { border-color: rgb(191,183,145); }

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