Html Css Color HEX #BF855C Twine

📋 copy color: '#BF855C'

red 191 ◦ green 133 ◦ blue 92

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

Shades of Twine #BF855C

Tints of Twine #BF855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 45.91%
G = 31.97%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF855C (or 0xBF855C) is known color: Twine. HEX triplet: BF, 85 and 5C. RGB value is (191,133,92). Sum of RGB (Red+Green+Blue) = 191+133+92=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF855C is #407AA3. Grayscale: #919191. Windows color (decimal): -4225700 or 6063551. OLE color: 6063551.

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

Color convert

RGB 191 133 92 -
CMYK 0 0.30 0.52 0.25
HSL 24.85º 0.44% 0.55% -
HSV(B) 24.85º 0.52% 0.75% -
XYZ 31.81 28.62 13.97 -
YUV 145.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 191 133 92 0 0.30 0.52 0.25 24.85 0.44 0.55
Hex BF 85 5C 0 1E 34 19 19 2C 37
Octal 277 205 134 0 36 64 31 31 54 67
Binary 10111111 10000101 1011100 0 11110 110100 11001 11001 101100 110111

Color Harmonies of #BF855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF855C

Black with #BF855C

Text Example


Text Example

White with #BF855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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