Html Css Color HEX #BB895D Twine

📋 copy color: '#BB895D'

red 187 ◦ green 137 ◦ blue 93

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

Shades of Twine #BB895D

Tints of Twine #BB895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 44.84%
G = 32.85%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB895D (or 0xBB895D) is known color: Twine. HEX triplet: BB, 89 and 5D. RGB value is (187,137,93). Sum of RGB (Red+Green+Blue) = 187+137+93=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB895D is #4476A2. Grayscale: #939393. Windows color (decimal): -4486819 or 6130107. OLE color: 6130107.

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

Color convert

RGB 187 137 93 -
CMYK 0 0.27 0.50 0.27
HSL 28.09º 0.41% 0.55% -
HSV(B) 28.09º 0.5% 0.73% -
XYZ 31.41 29.25 14.35 -
YUV 146.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 187 137 93 0 0.27 0.50 0.27 28.09 0.41 0.55
Hex BB 89 5D 0 1B 32 1B 1C 29 37
Octal 273 211 135 0 33 62 33 34 51 67
Binary 10111011 10001001 1011101 0 11011 110010 11011 11100 101001 110111

Color Harmonies of #BB895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB895D

Black with #BB895D

Text Example


Text Example

White with #BB895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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