Html Css Color HEX #BF885D Twine

📋 copy color: '#BF885D'

red 191 ◦ green 136 ◦ blue 93

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

Shades of Twine #BF885D

Tints of Twine #BF885D

RGB

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

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

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

R = 45.48%
G = 32.38%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF885D (or 0xBF885D) is known color: Twine. HEX triplet: BF, 88 and 5D. RGB value is (191,136,93). Sum of RGB (Red+Green+Blue) = 191+136+93=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF885D is #4077A2. Grayscale: #939393. Windows color (decimal): -4224931 or 6129855. OLE color: 6129855.

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

Color convert

RGB 191 136 93 -
CMYK 0 0.29 0.51 0.25
HSL 26.33º 0.43% 0.56% -
HSV(B) 26.33º 0.51% 0.75% -
XYZ 32.27 29.48 14.34 -
YUV 147.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 191 136 93 0 0.29 0.51 0.25 26.33 0.43 0.56
Hex BF 88 5D 0 1D 33 19 1A 2B 38
Octal 277 210 135 0 35 63 31 32 53 70
Binary 10111111 10001000 1011101 0 11101 110011 11001 11010 101011 111000

Color Harmonies of #BF885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF885D

Black with #BF885D

Text Example


Text Example

White with #BF885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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