Html Css Color HEX #BF865E Twine

📋 copy color: '#BF865E'

red 191 ◦ green 134 ◦ blue 94

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

Shades of Twine #BF865E

Tints of Twine #BF865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 45.58%
G = 31.98%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF865E (or 0xBF865E) is known color: Twine. HEX triplet: BF, 86 and 5E. RGB value is (191,134,94). Sum of RGB (Red+Green+Blue) = 191+134+94=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF865E is #4079A1. Grayscale: #929292. Windows color (decimal): -4225442 or 6194879. OLE color: 6194879.

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

Color convert

RGB 191 134 94 -
CMYK 0 0.30 0.51 0.25
HSL 24.74º 0.43% 0.56% -
HSV(B) 24.74º 0.51% 0.75% -
XYZ 32.03 28.93 14.49 -
YUV 146.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 191 134 94 0 0.30 0.51 0.25 24.74 0.43 0.56
Hex BF 86 5E 0 1E 33 19 19 2B 38
Octal 277 206 136 0 36 63 31 31 53 70
Binary 10111111 10000110 1011110 0 11110 110011 11001 11001 101011 111000

Color Harmonies of #BF865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF865E

Black with #BF865E

Text Example


Text Example

White with #BF865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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