Html Css Color HEX #BF915F Twine

📋 copy color: '#BF915F'

red 191 ◦ green 145 ◦ blue 95

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

Shades of Twine #BF915F

Tints of Twine #BF915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 44.32%
G = 33.64%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF915F (or 0xBF915F) is known color: Twine. HEX triplet: BF, 91 and 5F. RGB value is (191,145,95). Sum of RGB (Red+Green+Blue) = 191+145+95=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF915F is #406EA0. Grayscale: #999999. Windows color (decimal): -4222625 or 6263231. OLE color: 6263231.

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

Color convert

RGB 191 145 95 -
CMYK 0 0.24 0.50 0.25
HSL 31.25º 0.43% 0.56% -
HSV(B) 31.25º 0.5% 0.75% -
XYZ 33.68 32.15 15.26 -
YUV 153.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 191 145 95 0 0.24 0.50 0.25 31.25 0.43 0.56
Hex BF 91 5F 0 18 32 19 1F 2B 38
Octal 277 221 137 0 30 62 31 37 53 70
Binary 10111111 10010001 1011111 0 11000 110010 11001 11111 101011 111000

Color Harmonies of #BF915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF915F

Black with #BF915F

Text Example


Text Example

White with #BF915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF915F; }

 p { color: rgb(191,145,95); }

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

background-color css

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

 a { background-color: rgb(191,145,95); }

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

border-color css

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

 span { border-color: rgb(191,145,95); }

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