Html Css Color HEX #B8885D Twine

📋 copy color: '#B8885D'

red 184 ◦ green 136 ◦ blue 93

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

Shades of Twine #B8885D

Tints of Twine #B8885D

RGB

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

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

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

R = 44.55%
G = 32.93%
B = 22.52%

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

#B8885D (or 0xB8885D) is known color: Twine. HEX triplet: B8, 88 and 5D. RGB value is (184,136,93). Sum of RGB (Red+Green+Blue) = 184+136+93=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8885D is #4777A2. Grayscale: #919191. Windows color (decimal): -4683683 or 6129848. OLE color: 6129848.

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

Color convert

RGB 184 136 93 -
CMYK 0 0.26 0.49 0.28
HSL 28.35º 0.39% 0.54% -
HSV(B) 28.35º 0.49% 0.72% -
XYZ 30.55 28.59 14.26 -
YUV 145.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 184 136 93 0 0.26 0.49 0.28 28.35 0.39 0.54
Hex B8 88 5D 0 1A 31 1C 1C 27 36
Octal 270 210 135 0 32 61 34 34 47 66
Binary 10111000 10001000 1011101 0 11010 110001 11100 11100 100111 110110

Color Harmonies of #B8885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8885D

Black with #B8885D

Text Example


Text Example

White with #B8885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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