Html Css Color HEX #BFB686 Coriander

📋 copy color: '#BFB686'

red 191 ◦ green 182 ◦ blue 134

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

Shades of Coriander #BFB686

Tints of Coriander #BFB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 37.67%
G = 35.9%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB686 (or 0xBFB686) is known color: Coriander. HEX triplet: BF, B6 and 86. RGB value is (191,182,134). Sum of RGB (Red+Green+Blue) = 191+182+134=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB686 is #404979. Grayscale: #B3B3B3. Windows color (decimal): -4213114 or 8828607. OLE color: 8828607.

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

Color convert

RGB 191 182 134 -
CMYK 0 0.05 0.30 0.25
HSL 50.53º 0.31% 0.64% -
HSV(B) 50.53º 0.3% 0.75% -
XYZ 42.52 46.25 29.24 -
YUV 179.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 191 182 134 0 0.05 0.30 0.25 50.53 0.31 0.64
Hex BF B6 86 0 5 1E 19 33 1F 40
Octal 277 266 206 0 5 36 31 63 37 100
Binary 10111111 10110110 10000110 0 101 11110 11001 110011 11111 1000000

Color Harmonies of #BFB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB686

Black with #BFB686

Text Example


Text Example

White with #BFB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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