Html Css Color HEX #BFB986 Coriander

📋 copy color: '#BFB986'

red 191 ◦ green 185 ◦ blue 134

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

Shades of Coriander #BFB986

Tints of Coriander #BFB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

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

R = 37.45%
G = 36.27%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB986 (or 0xBFB986) is known color: Coriander. HEX triplet: BF, B9 and 86. RGB value is (191,185,134). Sum of RGB (Red+Green+Blue) = 191+185+134=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB986 is #404679. Grayscale: #B5B5B5. Windows color (decimal): -4212346 or 8829375. OLE color: 8829375.

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

Color convert

RGB 191 185 134 -
CMYK 0 0.03 0.30 0.25
HSL 53.68º 0.31% 0.64% -
HSV(B) 53.68º 0.3% 0.75% -
XYZ 43.14 47.5 29.45 -
YUV 180.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 191 185 134 0 0.03 0.30 0.25 53.68 0.31 0.64
Hex BF B9 86 0 3 1E 19 36 1F 40
Octal 277 271 206 0 3 36 31 66 37 100
Binary 10111111 10111001 10000110 0 11 11110 11001 110110 11111 1000000

Color Harmonies of #BFB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB986

Black with #BFB986

Text Example


Text Example

White with #BFB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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