Html Css Color HEX #B88552 Twine

📋 copy color: '#B88552'

red 184 ◦ green 133 ◦ blue 82

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

Shades of Twine #B88552

Tints of Twine #B88552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 46.12%
G = 33.33%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B88552 (or 0xB88552) is known color: Twine. HEX triplet: B8, 85 and 52. RGB value is (184,133,82). Sum of RGB (Red+Green+Blue) = 184+133+82=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B88552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88552 is #477AAD. Grayscale: #8E8E8E. Windows color (decimal): -4684462 or 5408184. OLE color: 5408184.

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

Color convert

RGB 184 133 82 -
CMYK 0 0.28 0.55 0.28
HSL 30º 0.42% 0.52% -
HSV(B) 30º 0.55% 0.72% -
XYZ 29.68 27.57 11.74 -
YUV 142.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 184 133 82 0 0.28 0.55 0.28 30 0.42 0.52
Hex B8 85 52 0 1C 37 1C 1E 2A 34
Octal 270 205 122 0 34 67 34 36 52 64
Binary 10111000 10000101 1010010 0 11100 110111 11100 11110 101010 110100

Color Harmonies of #B88552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88552

Black with #B88552

Text Example


Text Example

White with #B88552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88552; }

 p { color: rgb(184,133,82); }

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

background-color css

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

 a { background-color: rgb(184,133,82); }

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

border-color css

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

 span { border-color: rgb(184,133,82); }

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