Html Css Color HEX #BF9360 Twine

📋 copy color: '#BF9360'

red 191 ◦ green 147 ◦ blue 96

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

Shades of Twine #BF9360

Tints of Twine #BF9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 44.01%
G = 33.87%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF9360 (or 0xBF9360) is known color: Twine. HEX triplet: BF, 93 and 60. RGB value is (191,147,96). Sum of RGB (Red+Green+Blue) = 191+147+96=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9360 is #406C9F. Grayscale: #9A9A9A. Windows color (decimal): -4222112 or 6329279. OLE color: 6329279.

HSL color Cylindrical-coordinate representation of color #BF9360: hue angle of 32.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF9360 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 147 96 -
CMYK 0 0.23 0.50 0.25
HSL 32.21º 0.43% 0.56% -
HSV(B) 32.21º 0.5% 0.75% -
XYZ 34.03 32.79 15.6 -
YUV 154.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 191 147 96 0 0.23 0.50 0.25 32.21 0.43 0.56
Hex BF 93 60 0 17 32 19 20 2B 38
Octal 277 223 140 0 27 62 31 40 53 70
Binary 10111111 10010011 1100000 0 10111 110010 11001 100000 101011 111000

Color Harmonies of #BF9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9360

Black with #BF9360

Text Example


Text Example

White with #BF9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9360; }

 p { color: rgb(191,147,96); }

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

background-color css

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

 a { background-color: rgb(191,147,96); }

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

border-color css

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

 span { border-color: rgb(191,147,96); }

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