Html Css Color HEX #B88355 Twine

📋 copy color: '#B88355'

red 184 ◦ green 131 ◦ blue 85

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

Shades of Twine #B88355

Tints of Twine #B88355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 46%
G = 32.75%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B88355 (or 0xB88355) is known color: Twine. HEX triplet: B8, 83 and 55. RGB value is (184,131,85). Sum of RGB (Red+Green+Blue) = 184+131+85=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B88355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88355 is #477CAA. Grayscale: #8D8D8D. Windows color (decimal): -4684971 or 5604280. OLE color: 5604280.

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

Color convert

RGB 184 131 85 -
CMYK 0 0.29 0.54 0.28
HSL 27.88º 0.41% 0.53% -
HSV(B) 27.88º 0.54% 0.72% -
XYZ 29.52 27.08 12.27 -
YUV 141.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 184 131 85 0 0.29 0.54 0.28 27.88 0.41 0.53
Hex B8 83 55 0 1D 36 1C 1C 29 35
Octal 270 203 125 0 35 66 34 34 51 65
Binary 10111000 10000011 1010101 0 11101 110110 11100 11100 101001 110101

Color Harmonies of #B88355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88355

Black with #B88355

Text Example


Text Example

White with #B88355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88355; }

 p { color: rgb(184,131,85); }

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

background-color css

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

 a { background-color: rgb(184,131,85); }

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

border-color css

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

 span { border-color: rgb(184,131,85); }

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