Html Css Color HEX #BF8B5C Twine

📋 copy color: '#BF8B5C'

red 191 ◦ green 139 ◦ blue 92

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

Shades of Twine #BF8B5C

Tints of Twine #BF8B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

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

R = 45.26%
G = 32.94%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF8B5C (or 0xBF8B5C) is known color: Twine. HEX triplet: BF, 8B and 5C. RGB value is (191,139,92). Sum of RGB (Red+Green+Blue) = 191+139+92=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B5C is #4074A3. Grayscale: #959595. Windows color (decimal): -4224164 or 6065087. OLE color: 6065087.

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

Color convert

RGB 191 139 92 -
CMYK 0 0.27 0.52 0.25
HSL 28.48º 0.44% 0.55% -
HSV(B) 28.48º 0.52% 0.75% -
XYZ 32.65 30.31 14.26 -
YUV 149.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 191 139 92 0 0.27 0.52 0.25 28.48 0.44 0.55
Hex BF 8B 5C 0 1B 34 19 1C 2C 37
Octal 277 213 134 0 33 64 31 34 54 67
Binary 10111111 10001011 1011100 0 11011 110100 11001 11100 101100 110111

Color Harmonies of #BF8B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B5C

Black with #BF8B5C

Text Example


Text Example

White with #BF8B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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