Html Css Color HEX #BF8A57 Twine

📋 copy color: '#BF8A57'

red 191 ◦ green 138 ◦ blue 87

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

Shades of Twine #BF8A57

Tints of Twine #BF8A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 87 (34.38% from 255) = 20.91%

R = 45.91%
G = 33.17%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF8A57 (or 0xBF8A57) is known color: Twine. HEX triplet: BF, 8A and 57. RGB value is (191,138,87). Sum of RGB (Red+Green+Blue) = 191+138+87=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A57 is #4075A8. Grayscale: #949494. Windows color (decimal): -4224425 or 5737151. OLE color: 5737151.

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

Color convert

RGB 191 138 87 -
CMYK 0 0.28 0.54 0.25
HSL 29.42º 0.45% 0.55% -
HSV(B) 29.42º 0.54% 0.75% -
XYZ 32.29 29.94 13.09 -
YUV 148.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 191 138 87 0 0.28 0.54 0.25 29.42 0.45 0.55
Hex BF 8A 57 0 1C 36 19 1D 2D 37
Octal 277 212 127 0 34 66 31 35 55 67
Binary 10111111 10001010 1010111 0 11100 110110 11001 11101 101101 110111

Color Harmonies of #BF8A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A57

Black with #BF8A57

Text Example


Text Example

White with #BF8A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A57; }

 p { color: rgb(191,138,87); }

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

background-color css

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

 a { background-color: rgb(191,138,87); }

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

border-color css

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

 span { border-color: rgb(191,138,87); }

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