Html Css Color HEX #BF8D5D Twine

📋 copy color: '#BF8D5D'

red 191 ◦ green 141 ◦ blue 93

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

Shades of Twine #BF8D5D

Tints of Twine #BF8D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 44.94%
G = 33.18%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF8D5D (or 0xBF8D5D) is known color: Twine. HEX triplet: BF, 8D and 5D. RGB value is (191,141,93). Sum of RGB (Red+Green+Blue) = 191+141+93=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D5D is #4072A2. Grayscale: #969696. Windows color (decimal): -4223651 or 6131135. OLE color: 6131135.

HSL color Cylindrical-coordinate representation of color #BF8D5D: hue angle of 29.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF8D5D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 141 93 -
CMYK 0 0.26 0.51 0.25
HSL 29.39º 0.43% 0.56% -
HSV(B) 29.39º 0.51% 0.75% -
XYZ 32.99 30.92 14.58 -
YUV 150.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 191 141 93 0 0.26 0.51 0.25 29.39 0.43 0.56
Hex BF 8D 5D 0 1A 33 19 1D 2B 38
Octal 277 215 135 0 32 63 31 35 53 70
Binary 10111111 10001101 1011101 0 11010 110011 11001 11101 101011 111000

Color Harmonies of #BF8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D5D

Black with #BF8D5D

Text Example


Text Example

White with #BF8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D5D; }

 p { color: rgb(191,141,93); }

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

background-color css

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

 a { background-color: rgb(191,141,93); }

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

border-color css

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

 span { border-color: rgb(191,141,93); }

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