Html Css Color HEX #BF895A Twine

📋 copy color: '#BF895A'

red 191 ◦ green 137 ◦ blue 90

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

Shades of Twine #BF895A

Tints of Twine #BF895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 45.69%
G = 32.78%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF895A (or 0xBF895A) is known color: Twine. HEX triplet: BF, 89 and 5A. RGB value is (191,137,90). Sum of RGB (Red+Green+Blue) = 191+137+90=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF895A is #4076A5. Grayscale: #949494. Windows color (decimal): -4224678 or 5933503. OLE color: 5933503.

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

Color convert

RGB 191 137 90 -
CMYK 0 0.28 0.53 0.25
HSL 27.92º 0.44% 0.55% -
HSV(B) 27.92º 0.53% 0.75% -
XYZ 32.28 29.71 13.71 -
YUV 147.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 191 137 90 0 0.28 0.53 0.25 27.92 0.44 0.55
Hex BF 89 5A 0 1C 35 19 1C 2C 37
Octal 277 211 132 0 34 65 31 34 54 67
Binary 10111111 10001001 1011010 0 11100 110101 11001 11100 101100 110111

Color Harmonies of #BF895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF895A

Black with #BF895A

Text Example


Text Example

White with #BF895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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