Html Css Color HEX #BB8552 Twine

📋 copy color: '#BB8552'

red 187 ◦ green 133 ◦ blue 82

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

Shades of Twine #BB8552

Tints of Twine #BB8552

RGB

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

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

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

R = 46.52%
G = 33.08%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8552 (or 0xBB8552) is known color: Twine. HEX triplet: BB, 85 and 52. RGB value is (187,133,82). Sum of RGB (Red+Green+Blue) = 187+133+82=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8552 is #447AAD. Grayscale: #8F8F8F. Windows color (decimal): -4487854 or 5408187. OLE color: 5408187.

HSL color Cylindrical-coordinate representation of color #BB8552: hue angle of 29.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB8552 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 133 82 -
CMYK 0 0.29 0.56 0.27
HSL 29.14º 0.44% 0.53% -
HSV(B) 29.14º 0.56% 0.73% -
XYZ 30.4 27.95 11.77 -
YUV 143.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 187 133 82 0 0.29 0.56 0.27 29.14 0.44 0.53
Hex BB 85 52 0 1D 38 1B 1D 2C 35
Octal 273 205 122 0 35 70 33 35 54 65
Binary 10111011 10000101 1010010 0 11101 111000 11011 11101 101100 110101

Color Harmonies of #BB8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8552

Black with #BB8552

Text Example


Text Example

White with #BB8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8552; }

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

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

background-color css

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

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

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

border-color css

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

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

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