Html Css Color HEX #BF875D Twine

📋 copy color: '#BF875D'

red 191 ◦ green 135 ◦ blue 93

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

Shades of Twine #BF875D

Tints of Twine #BF875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 45.58%
G = 32.22%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF875D (or 0xBF875D) is known color: Twine. HEX triplet: BF, 87 and 5D. RGB value is (191,135,93). Sum of RGB (Red+Green+Blue) = 191+135+93=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF875D is #4078A2. Grayscale: #939393. Windows color (decimal): -4225187 or 6129599. OLE color: 6129599.

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

Color convert

RGB 191 135 93 -
CMYK 0 0.29 0.51 0.25
HSL 25.71º 0.43% 0.56% -
HSV(B) 25.71º 0.51% 0.75% -
XYZ 32.13 29.19 14.3 -
YUV 146.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 191 135 93 0 0.29 0.51 0.25 25.71 0.43 0.56
Hex BF 87 5D 0 1D 33 19 1A 2B 38
Octal 277 207 135 0 35 63 31 32 53 70
Binary 10111111 10000111 1011101 0 11101 110011 11001 11010 101011 111000

Color Harmonies of #BF875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF875D

Black with #BF875D

Text Example


Text Example

White with #BF875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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