Html Css Color HEX #BF8963 Twine

📋 copy color: '#BF8963'

red 191 ◦ green 137 ◦ blue 99

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

Shades of Twine #BF8963

Tints of Twine #BF8963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 44.73%
G = 32.08%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF8963 (or 0xBF8963) is known color: Twine. HEX triplet: BF, 89 and 63. RGB value is (191,137,99). Sum of RGB (Red+Green+Blue) = 191+137+99=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8963 is #40769C. Grayscale: #959595. Windows color (decimal): -4224669 or 6523327. OLE color: 6523327.

HSL color Cylindrical-coordinate representation of color #BF8963: hue angle of 24.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF8963 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 99 -
CMYK 0 0.28 0.48 0.25
HSL 24.78º 0.42% 0.57% -
HSV(B) 24.78º 0.48% 0.75% -
XYZ 32.68 29.87 15.85 -
YUV 148.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 191 137 99 0 0.28 0.48 0.25 24.78 0.42 0.57
Hex BF 89 63 0 1C 30 19 19 2A 39
Octal 277 211 143 0 34 60 31 31 52 71
Binary 10111111 10001001 1100011 0 11100 110000 11001 11001 101010 111001

Color Harmonies of #BF8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8963

Black with #BF8963

Text Example


Text Example

White with #BF8963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8963; }

 p { color: rgb(191,137,99); }

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

background-color css

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

 a { background-color: rgb(191,137,99); }

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

border-color css

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

 span { border-color: rgb(191,137,99); }

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