Html Css Color HEX #BB895F Twine

📋 copy color: '#BB895F'

red 187 ◦ green 137 ◦ blue 95

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

Shades of Twine #BB895F

Tints of Twine #BB895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 44.63%
G = 32.7%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB895F (or 0xBB895F) is known color: Twine. HEX triplet: BB, 89 and 5F. RGB value is (187,137,95). Sum of RGB (Red+Green+Blue) = 187+137+95=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB895F is #4476A0. Grayscale: #939393. Windows color (decimal): -4486817 or 6261179. OLE color: 6261179.

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

Color convert

RGB 187 137 95 -
CMYK 0 0.27 0.49 0.27
HSL 27.39º 0.4% 0.55% -
HSV(B) 27.39º 0.49% 0.73% -
XYZ 31.5 29.28 14.82 -
YUV 147.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 187 137 95 0 0.27 0.49 0.27 27.39 0.4 0.55
Hex BB 89 5F 0 1B 31 1B 1B 28 37
Octal 273 211 137 0 33 61 33 33 50 67
Binary 10111011 10001001 1011111 0 11011 110001 11011 11011 101000 110111

Color Harmonies of #BB895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB895F

Black with #BB895F

Text Example


Text Example

White with #BB895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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