Html Css Color HEX #BF8258 Twine

📋 copy color: '#BF8258'

red 191 ◦ green 130 ◦ blue 88

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

Shades of Twine #BF8258

Tints of Twine #BF8258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

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

R = 46.7%
G = 31.78%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF8258 (or 0xBF8258) is known color: Twine. HEX triplet: BF, 82 and 58. RGB value is (191,130,88). Sum of RGB (Red+Green+Blue) = 191+130+88=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8258 is #407DA7. Grayscale: #8F8F8F. Windows color (decimal): -4226472 or 5800639. OLE color: 5800639.

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

Color convert

RGB 191 130 88 -
CMYK 0 0.32 0.54 0.25
HSL 24.47º 0.45% 0.55% -
HSV(B) 24.47º 0.54% 0.75% -
XYZ 31.23 27.75 12.94 -
YUV 143.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 191 130 88 0 0.32 0.54 0.25 24.47 0.45 0.55
Hex BF 82 58 0 20 36 19 18 2D 37
Octal 277 202 130 0 40 66 31 30 55 67
Binary 10111111 10000010 1011000 0 100000 110110 11001 11000 101101 110111

Color Harmonies of #BF8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8258

Black with #BF8258

Text Example


Text Example

White with #BF8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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