Html Css Color HEX #B8885E Twine

📋 copy color: '#B8885E'

red 184 ◦ green 136 ◦ blue 94

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

Shades of Twine #B8885E

Tints of Twine #B8885E

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

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

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

R = 44.44%
G = 32.85%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8885E (or 0xB8885E) is known color: Twine. HEX triplet: B8, 88 and 5E. RGB value is (184,136,94). Sum of RGB (Red+Green+Blue) = 184+136+94=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8885E is #4777A1. Grayscale: #919191. Windows color (decimal): -4683682 or 6195384. OLE color: 6195384.

HSL color Cylindrical-coordinate representation of color #B8885E: hue angle of 28º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8885E is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 136 94 -
CMYK 0 0.26 0.49 0.28
HSL 28º 0.39% 0.55% -
HSV(B) 28º 0.49% 0.72% -
XYZ 30.59 28.61 14.5 -
YUV 145.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 184 136 94 0 0.26 0.49 0.28 28 0.39 0.55
Hex B8 88 5E 0 1A 31 1C 1C 27 37
Octal 270 210 136 0 32 61 34 34 47 67
Binary 10111000 10001000 1011110 0 11010 110001 11100 11100 100111 110111

Color Harmonies of #B8885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8885E

Black with #B8885E

Text Example


Text Example

White with #B8885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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