Html Css Color HEX #BF8853 Twine

📋 copy color: '#BF8853'

red 191 ◦ green 136 ◦ blue 83

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

Shades of Twine #BF8853

Tints of Twine #BF8853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.24%

R = 46.59%
G = 33.17%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8853 (or 0xBF8853) is known color: Twine. HEX triplet: BF, 88 and 53. RGB value is (191,136,83). Sum of RGB (Red+Green+Blue) = 191+136+83=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8853 is #4077AC. Grayscale: #929292. Windows color (decimal): -4224941 or 5474495. OLE color: 5474495.

HSL color Cylindrical-coordinate representation of color #BF8853: hue angle of 29.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF8853 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 83 -
CMYK 0 0.29 0.57 0.25
HSL 29.44º 0.46% 0.54% -
HSV(B) 29.44º 0.57% 0.75% -
XYZ 31.85 29.31 12.16 -
YUV 146.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 191 136 83 0 0.29 0.57 0.25 29.44 0.46 0.54
Hex BF 88 53 0 1D 39 19 1D 2E 36
Octal 277 210 123 0 35 71 31 35 56 66
Binary 10111111 10001000 1010011 0 11101 111001 11001 11101 101110 110110

Color Harmonies of #BF8853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8853

Black with #BF8853

Text Example


Text Example

White with #BF8853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8853; }

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

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

background-color css

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

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

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

border-color css

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

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

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