Html Css Color HEX #BB885E Twine

📋 copy color: '#BB885E'

red 187 ◦ green 136 ◦ blue 94

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

Shades of Twine #BB885E

Tints of Twine #BB885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 44.84%
G = 32.61%
B = 22.54%

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

#BB885E (or 0xBB885E) is known color: Twine. HEX triplet: BB, 88 and 5E. RGB value is (187,136,94). Sum of RGB (Red+Green+Blue) = 187+136+94=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885E is #4477A1. Grayscale: #929292. Windows color (decimal): -4487074 or 6195387. OLE color: 6195387.

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

Color convert

RGB 187 136 94 -
CMYK 0 0.27 0.50 0.27
HSL 27.1º 0.41% 0.55% -
HSV(B) 27.1º 0.5% 0.73% -
XYZ 31.32 28.98 14.53 -
YUV 146.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 187 136 94 0 0.27 0.50 0.27 27.1 0.41 0.55
Hex BB 88 5E 0 1B 32 1B 1B 29 37
Octal 273 210 136 0 33 62 33 33 51 67
Binary 10111011 10001000 1011110 0 11011 110010 11011 11011 101001 110111

Color Harmonies of #BB885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB885E

Black with #BB885E

Text Example


Text Example

White with #BB885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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