Html Css Color HEX #BF865C Twine

📋 copy color: '#BF865C'

red 191 ◦ green 134 ◦ blue 92

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

Shades of Twine #BF865C

Tints of Twine #BF865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 45.8%
G = 32.13%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF865C (or 0xBF865C) is known color: Twine. HEX triplet: BF, 86 and 5C. RGB value is (191,134,92). Sum of RGB (Red+Green+Blue) = 191+134+92=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF865C is #4079A3. Grayscale: #929292. Windows color (decimal): -4225444 or 6063807. OLE color: 6063807.

HSL color Cylindrical-coordinate representation of color #BF865C: hue angle of 25.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF865C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 92 -
CMYK 0 0.30 0.52 0.25
HSL 25.45º 0.44% 0.55% -
HSV(B) 25.45º 0.52% 0.75% -
XYZ 31.94 28.9 14.02 -
YUV 146.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 191 134 92 0 0.30 0.52 0.25 25.45 0.44 0.55
Hex BF 86 5C 0 1E 34 19 19 2C 37
Octal 277 206 134 0 36 64 31 31 54 67
Binary 10111111 10000110 1011100 0 11110 110100 11001 11001 101100 110111

Color Harmonies of #BF865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF865C

Black with #BF865C

Text Example


Text Example

White with #BF865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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