Html Css Color HEX #BF8758 Twine

📋 copy color: '#BF8758'

red 191 ◦ green 135 ◦ blue 88

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

Shades of Twine #BF8758

Tints of Twine #BF8758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 46.14%
G = 32.61%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF8758 (or 0xBF8758) is known color: Twine. HEX triplet: BF, 87 and 58. RGB value is (191,135,88). Sum of RGB (Red+Green+Blue) = 191+135+88=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8758 is #4078A7. Grayscale: #929292. Windows color (decimal): -4225192 or 5801919. OLE color: 5801919.

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

Color convert

RGB 191 135 88 -
CMYK 0 0.29 0.54 0.25
HSL 27.38º 0.45% 0.55% -
HSV(B) 27.38º 0.54% 0.75% -
XYZ 31.91 29.11 13.17 -
YUV 146.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 191 135 88 0 0.29 0.54 0.25 27.38 0.45 0.55
Hex BF 87 58 0 1D 36 19 1B 2D 37
Octal 277 207 130 0 35 66 31 33 55 67
Binary 10111111 10000111 1011000 0 11101 110110 11001 11011 101101 110111

Color Harmonies of #BF8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8758

Black with #BF8758

Text Example


Text Example

White with #BF8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8758; }

 p { color: rgb(191,135,88); }

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

background-color css

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

 a { background-color: rgb(191,135,88); }

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

border-color css

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

 span { border-color: rgb(191,135,88); }

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