Html Css Color HEX #BF8253 Twine

📋 copy color: '#BF8253'

red 191 ◦ green 130 ◦ blue 83

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

Shades of Twine #BF8253

Tints of Twine #BF8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 47.28%
G = 32.18%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8253 (or 0xBF8253) is known color: Twine. HEX triplet: BF, 82 and 53. RGB value is (191,130,83). Sum of RGB (Red+Green+Blue) = 191+130+83=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8253 is #407DAC. Grayscale: #8F8F8F. Windows color (decimal): -4226477 or 5472959. OLE color: 5472959.

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

Color convert

RGB 191 130 83 -
CMYK 0 0.32 0.57 0.25
HSL 26.11º 0.46% 0.54% -
HSV(B) 26.11º 0.57% 0.75% -
XYZ 31.03 27.67 11.89 -
YUV 142.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 191 130 83 0 0.32 0.57 0.25 26.11 0.46 0.54
Hex BF 82 53 0 20 39 19 1A 2E 36
Octal 277 202 123 0 40 71 31 32 56 66
Binary 10111111 10000010 1010011 0 100000 111001 11001 11010 101110 110110

Color Harmonies of #BF8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8253

Black with #BF8253

Text Example


Text Example

White with #BF8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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