Html Css Color HEX #BF8553 Twine

📋 copy color: '#BF8553'

red 191 ◦ green 133 ◦ blue 83

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

Shades of Twine #BF8553

Tints of Twine #BF8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 46.93%
G = 32.68%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8553 (or 0xBF8553) is known color: Twine. HEX triplet: BF, 85 and 53. RGB value is (191,133,83). Sum of RGB (Red+Green+Blue) = 191+133+83=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8553 is #407AAC. Grayscale: #909090. Windows color (decimal): -4225709 or 5473727. OLE color: 5473727.

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

Color convert

RGB 191 133 83 -
CMYK 0 0.30 0.57 0.25
HSL 27.78º 0.46% 0.54% -
HSV(B) 27.78º 0.57% 0.75% -
XYZ 31.43 28.48 12.02 -
YUV 144.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 191 133 83 0 0.30 0.57 0.25 27.78 0.46 0.54
Hex BF 85 53 0 1E 39 19 1C 2E 36
Octal 277 205 123 0 36 71 31 34 56 66
Binary 10111111 10000101 1010011 0 11110 111001 11001 11100 101110 110110

Color Harmonies of #BF8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8553

Black with #BF8553

Text Example


Text Example

White with #BF8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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