Html Css Color HEX #BB865D Twine

📋 copy color: '#BB865D'

red 187 ◦ green 134 ◦ blue 93

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

Shades of Twine #BB865D

Tints of Twine #BB865D

RGB

 RED value IS 187 (73.44% from 255) = 45.17%

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 45.17%
G = 32.37%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB865D (or 0xBB865D) is known color: Twine. HEX triplet: BB, 86 and 5D. RGB value is (187,134,93). Sum of RGB (Red+Green+Blue) = 187+134+93=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865D is #4479A2. Grayscale: #919191. Windows color (decimal): -4487587 or 6129339. OLE color: 6129339.

HSL color Cylindrical-coordinate representation of color #BB865D: hue angle of 26.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB865D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 93 -
CMYK 0 0.28 0.50 0.27
HSL 26.17º 0.41% 0.55% -
HSV(B) 26.17º 0.5% 0.73% -
XYZ 30.99 28.41 14.21 -
YUV 145.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 187 134 93 0 0.28 0.50 0.27 26.17 0.41 0.55
Hex BB 86 5D 0 1C 32 1B 1A 29 37
Octal 273 206 135 0 34 62 33 32 51 67
Binary 10111011 10000110 1011101 0 11100 110010 11011 11010 101001 110111

Color Harmonies of #BB865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB865D

Black with #BB865D

Text Example


Text Example

White with #BB865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB865D; }

 p { color: rgb(187,134,93); }

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

background-color css

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

 a { background-color: rgb(187,134,93); }

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

border-color css

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

 span { border-color: rgb(187,134,93); }

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