Html Css Color HEX #BF8353 Twine

📋 copy color: '#BF8353'

red 191 ◦ green 131 ◦ blue 83

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

Shades of Twine #BF8353

Tints of Twine #BF8353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 47.16%
G = 32.35%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8353 (or 0xBF8353) is known color: Twine. HEX triplet: BF, 83 and 53. RGB value is (191,131,83). Sum of RGB (Red+Green+Blue) = 191+131+83=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8353 is #407CAC. Grayscale: #8F8F8F. Windows color (decimal): -4226221 or 5473215. OLE color: 5473215.

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

Color convert

RGB 191 131 83 -
CMYK 0 0.31 0.57 0.25
HSL 26.67º 0.46% 0.54% -
HSV(B) 26.67º 0.57% 0.75% -
XYZ 31.16 27.93 11.93 -
YUV 143.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 191 131 83 0 0.31 0.57 0.25 26.67 0.46 0.54
Hex BF 83 53 0 1F 39 19 1B 2E 36
Octal 277 203 123 0 37 71 31 33 56 66
Binary 10111111 10000011 1010011 0 11111 111001 11001 11011 101110 110110

Color Harmonies of #BF8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8353

Black with #BF8353

Text Example


Text Example

White with #BF8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8353; }

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

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

background-color css

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

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

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

border-color css

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

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

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