Html Css Color HEX #BB885F Twine

📋 copy color: '#BB885F'

red 187 ◦ green 136 ◦ blue 95

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

Shades of Twine #BB885F

Tints of Twine #BB885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 44.74%
G = 32.54%
B = 22.73%

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

#BB885F (or 0xBB885F) is known color: Twine. HEX triplet: BB, 88 and 5F. RGB value is (187,136,95). Sum of RGB (Red+Green+Blue) = 187+136+95=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885F is #4477A0. Grayscale: #929292. Windows color (decimal): -4487073 or 6260923. OLE color: 6260923.

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

Color convert

RGB 187 136 95 -
CMYK 0 0.27 0.49 0.27
HSL 26.74º 0.4% 0.55% -
HSV(B) 26.74º 0.49% 0.73% -
XYZ 31.36 29 14.77 -
YUV 146.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 187 136 95 0 0.27 0.49 0.27 26.74 0.4 0.55
Hex BB 88 5F 0 1B 31 1B 1B 28 37
Octal 273 210 137 0 33 61 33 33 50 67
Binary 10111011 10001000 1011111 0 11011 110001 11011 11011 101000 110111

Color Harmonies of #BB885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB885F

Black with #BB885F

Text Example


Text Example

White with #BB885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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