Html Css Color HEX #BF8D5F Twine

📋 copy color: '#BF8D5F'

red 191 ◦ green 141 ◦ blue 95

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

Shades of Twine #BF8D5F

Tints of Twine #BF8D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 44.73%
G = 33.02%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF8D5F (or 0xBF8D5F) is known color: Twine. HEX triplet: BF, 8D and 5F. RGB value is (191,141,95). Sum of RGB (Red+Green+Blue) = 191+141+95=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D5F is #4072A0. Grayscale: #969696. Windows color (decimal): -4223649 or 6262207. OLE color: 6262207.

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

Color convert

RGB 191 141 95 -
CMYK 0 0.26 0.50 0.25
HSL 28.75º 0.43% 0.56% -
HSV(B) 28.75º 0.5% 0.75% -
XYZ 33.08 30.95 15.06 -
YUV 150.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 191 141 95 0 0.26 0.50 0.25 28.75 0.43 0.56
Hex BF 8D 5F 0 1A 32 19 1D 2B 38
Octal 277 215 137 0 32 62 31 35 53 70
Binary 10111111 10001101 1011111 0 11010 110010 11001 11101 101011 111000

Color Harmonies of #BF8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D5F

Black with #BF8D5F

Text Example


Text Example

White with #BF8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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