Html Css Color HEX #BFB586 Coriander

📋 copy color: '#BFB586'

red 191 ◦ green 181 ◦ blue 134

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

Shades of Coriander #BFB586

Tints of Coriander #BFB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

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

R = 37.75%
G = 35.77%
B = 26.48%

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

#BFB586 (or 0xBFB586) is known color: Coriander. HEX triplet: BF, B5 and 86. RGB value is (191,181,134). Sum of RGB (Red+Green+Blue) = 191+181+134=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB586 is #404A79. Grayscale: #B2B2B2. Windows color (decimal): -4213370 or 8828351. OLE color: 8828351.

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

Color convert

RGB 191 181 134 -
CMYK 0 0.05 0.30 0.25
HSL 49.47º 0.31% 0.64% -
HSV(B) 49.47º 0.3% 0.75% -
XYZ 42.31 45.85 29.17 -
YUV 178.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 191 181 134 0 0.05 0.30 0.25 49.47 0.31 0.64
Hex BF B5 86 0 5 1E 19 31 1F 40
Octal 277 265 206 0 5 36 31 61 37 100
Binary 10111111 10110101 10000110 0 101 11110 11001 110001 11111 1000000

Color Harmonies of #BFB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB586

Black with #BFB586

Text Example


Text Example

White with #BFB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB586; }

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

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

background-color css

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

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

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

border-color css

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

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

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