Html Css Color HEX #BFB786 Coriander

📋 copy color: '#BFB786'

red 191 ◦ green 183 ◦ blue 134

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

Shades of Coriander #BFB786

Tints of Coriander #BFB786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.38%

R = 37.6%
G = 36.02%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB786 (or 0xBFB786) is known color: Coriander. HEX triplet: BF, B7 and 86. RGB value is (191,183,134). Sum of RGB (Red+Green+Blue) = 191+183+134=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB786 is #404879. Grayscale: #B4B4B4. Windows color (decimal): -4212858 or 8828863. OLE color: 8828863.

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

Color convert

RGB 191 183 134 -
CMYK 0 0.04 0.30 0.25
HSL 51.58º 0.31% 0.64% -
HSV(B) 51.58º 0.3% 0.75% -
XYZ 42.72 46.66 29.31 -
YUV 179.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 191 183 134 0 0.04 0.30 0.25 51.58 0.31 0.64
Hex BF B7 86 0 4 1E 19 34 1F 40
Octal 277 267 206 0 4 36 31 64 37 100
Binary 10111111 10110111 10000110 0 100 11110 11001 110100 11111 1000000

Color Harmonies of #BFB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB786

Black with #BFB786

Text Example


Text Example

White with #BFB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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