Html Css Color HEX #BB8155 Twine

📋 copy color: '#BB8155'

red 187 ◦ green 129 ◦ blue 85

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

Shades of Twine #BB8155

Tints of Twine #BB8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 46.63%
G = 32.17%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB8155 (or 0xBB8155) is known color: Twine. HEX triplet: BB, 81 and 55. RGB value is (187,129,85). Sum of RGB (Red+Green+Blue) = 187+129+85=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8155 is #447EAA. Grayscale: #8D8D8D. Windows color (decimal): -4488875 or 5603771. OLE color: 5603771.

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

Color convert

RGB 187 129 85 -
CMYK 0 0.31 0.55 0.27
HSL 25.88º 0.43% 0.53% -
HSV(B) 25.88º 0.55% 0.73% -
XYZ 29.98 26.92 12.21 -
YUV 141.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 187 129 85 0 0.31 0.55 0.27 25.88 0.43 0.53
Hex BB 81 55 0 1F 37 1B 1A 2B 35
Octal 273 201 125 0 37 67 33 32 53 65
Binary 10111011 10000001 1010101 0 11111 110111 11011 11010 101011 110101

Color Harmonies of #BB8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8155

Black with #BB8155

Text Example


Text Example

White with #BB8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8155; }

 p { color: rgb(187,129,85); }

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

background-color css

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

 a { background-color: rgb(187,129,85); }

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

border-color css

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

 span { border-color: rgb(187,129,85); }

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