Html Css Color HEX #BF8F5C Twine

📋 copy color: '#BF8F5C'

red 191 ◦ green 143 ◦ blue 92

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

Shades of Twine #BF8F5C

Tints of Twine #BF8F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 44.84%
G = 33.57%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF8F5C (or 0xBF8F5C) is known color: Twine. HEX triplet: BF, 8F and 5C. RGB value is (191,143,92). Sum of RGB (Red+Green+Blue) = 191+143+92=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F5C is #4070A3. Grayscale: #979797. Windows color (decimal): -4223140 or 6066111. OLE color: 6066111.

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

Color convert

RGB 191 143 92 -
CMYK 0 0.25 0.52 0.25
HSL 30.91º 0.44% 0.55% -
HSV(B) 30.91º 0.52% 0.75% -
XYZ 33.24 31.49 14.45 -
YUV 151.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 191 143 92 0 0.25 0.52 0.25 30.91 0.44 0.55
Hex BF 8F 5C 0 19 34 19 1F 2C 37
Octal 277 217 134 0 31 64 31 37 54 67
Binary 10111111 10001111 1011100 0 11001 110100 11001 11111 101100 110111

Color Harmonies of #BF8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F5C

Black with #BF8F5C

Text Example


Text Example

White with #BF8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F5C; }

 p { color: rgb(191,143,92); }

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

background-color css

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

 a { background-color: rgb(191,143,92); }

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

border-color css

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

 span { border-color: rgb(191,143,92); }

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