Html Css Color HEX #BF8653 Twine

📋 copy color: '#BF8653'

red 191 ◦ green 134 ◦ blue 83

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

Shades of Twine #BF8653

Tints of Twine #BF8653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 46.81%
G = 32.84%
B = 20.34%

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

#BF8653 (or 0xBF8653) is known color: Twine. HEX triplet: BF, 86 and 53. RGB value is (191,134,83). Sum of RGB (Red+Green+Blue) = 191+134+83=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8653 is #4079AC. Grayscale: #919191. Windows color (decimal): -4225453 or 5473983. OLE color: 5473983.

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

Color convert

RGB 191 134 83 -
CMYK 0 0.30 0.57 0.25
HSL 28.33º 0.46% 0.54% -
HSV(B) 28.33º 0.57% 0.75% -
XYZ 31.57 28.75 12.07 -
YUV 145.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 191 134 83 0 0.30 0.57 0.25 28.33 0.46 0.54
Hex BF 86 53 0 1E 39 19 1C 2E 36
Octal 277 206 123 0 36 71 31 34 56 66
Binary 10111111 10000110 1010011 0 11110 111001 11001 11100 101110 110110

Color Harmonies of #BF8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8653

Black with #BF8653

Text Example


Text Example

White with #BF8653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8653; }

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

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

background-color css

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

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

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

border-color css

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

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

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