Html Css Color HEX #BF8F53 Twine

📋 copy color: '#BF8F53'

red 191 ◦ green 143 ◦ blue 83

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

Shades of Twine #BF8F53

Tints of Twine #BF8F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 45.8%
G = 34.29%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF8F53 (or 0xBF8F53) is known color: Twine. HEX triplet: BF, 8F and 53. RGB value is (191,143,83). Sum of RGB (Red+Green+Blue) = 191+143+83=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F53 is #4070AC. Grayscale: #969696. Windows color (decimal): -4223149 or 5476287. OLE color: 5476287.

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

Color convert

RGB 191 143 83 -
CMYK 0 0.25 0.57 0.25
HSL 33.33º 0.46% 0.54% -
HSV(B) 33.33º 0.57% 0.75% -
XYZ 32.87 31.35 12.5 -
YUV 150.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 191 143 83 0 0.25 0.57 0.25 33.33 0.46 0.54
Hex BF 8F 53 0 19 39 19 21 2E 36
Octal 277 217 123 0 31 71 31 41 56 66
Binary 10111111 10001111 1010011 0 11001 111001 11001 100001 101110 110110

Color Harmonies of #BF8F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F53

Black with #BF8F53

Text Example


Text Example

White with #BF8F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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