Html Css Color HEX #BF885F Twine

📋 copy color: '#BF885F'

red 191 ◦ green 136 ◦ blue 95

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

Shades of Twine #BF885F

Tints of Twine #BF885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.23%

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

R = 45.26%
G = 32.23%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF885F (or 0xBF885F) is known color: Twine. HEX triplet: BF, 88 and 5F. RGB value is (191,136,95). Sum of RGB (Red+Green+Blue) = 191+136+95=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF885F is #4077A0. Grayscale: #939393. Windows color (decimal): -4224929 or 6260927. OLE color: 6260927.

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

Color convert

RGB 191 136 95 -
CMYK 0 0.29 0.50 0.25
HSL 25.63º 0.43% 0.56% -
HSV(B) 25.63º 0.5% 0.75% -
XYZ 32.36 29.51 14.82 -
YUV 147.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 191 136 95 0 0.29 0.50 0.25 25.63 0.43 0.56
Hex BF 88 5F 0 1D 32 19 1A 2B 38
Octal 277 210 137 0 35 62 31 32 53 70
Binary 10111111 10001000 1011111 0 11101 110010 11001 11010 101011 111000

Color Harmonies of #BF885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF885F

Black with #BF885F

Text Example


Text Example

White with #BF885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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