Html Css Color HEX #BFB886 Coriander

📋 copy color: '#BFB886'

red 191 ◦ green 184 ◦ blue 134

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

Shades of Coriander #BFB886

Tints of Coriander #BFB886

RGB

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

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

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

R = 37.52%
G = 36.15%
B = 26.33%

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

#BFB886 (or 0xBFB886) is known color: Coriander. HEX triplet: BF, B8 and 86. RGB value is (191,184,134). Sum of RGB (Red+Green+Blue) = 191+184+134=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB886 is #404779. Grayscale: #B4B4B4. Windows color (decimal): -4212602 or 8829119. OLE color: 8829119.

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

Color convert

RGB 191 184 134 -
CMYK 0 0.04 0.30 0.25
HSL 52.63º 0.31% 0.64% -
HSV(B) 52.63º 0.3% 0.75% -
XYZ 42.93 47.08 29.38 -
YUV 180.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 191 184 134 0 0.04 0.30 0.25 52.63 0.31 0.64
Hex BF B8 86 0 4 1E 19 35 1F 40
Octal 277 270 206 0 4 36 31 65 37 100
Binary 10111111 10111000 10000110 0 100 11110 11001 110101 11111 1000000

Color Harmonies of #BFB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB886

Black with #BFB886

Text Example


Text Example

White with #BFB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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