Html Css Color HEX #BF9460 Twine

📋 copy color: '#BF9460'

red 191 ◦ green 148 ◦ blue 96

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

Shades of Twine #BF9460

Tints of Twine #BF9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

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

R = 43.91%
G = 34.02%
B = 22.07%

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

#BF9460 (or 0xBF9460) is known color: Twine. HEX triplet: BF, 94 and 60. RGB value is (191,148,96). Sum of RGB (Red+Green+Blue) = 191+148+96=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9460 is #406B9F. Grayscale: #9B9B9B. Windows color (decimal): -4221856 or 6329535. OLE color: 6329535.

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

Color convert

RGB 191 148 96 -
CMYK 0 0.23 0.50 0.25
HSL 32.84º 0.43% 0.56% -
HSV(B) 32.84º 0.5% 0.75% -
XYZ 34.19 33.1 15.65 -
YUV 154.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 191 148 96 0 0.23 0.50 0.25 32.84 0.43 0.56
Hex BF 94 60 0 17 32 19 21 2B 38
Octal 277 224 140 0 27 62 31 41 53 70
Binary 10111111 10010100 1100000 0 10111 110010 11001 100001 101011 111000

Color Harmonies of #BF9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9460

Black with #BF9460

Text Example


Text Example

White with #BF9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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