Html Css Color HEX #BB845B Twine

📋 copy color: '#BB845B'

red 187 ◦ green 132 ◦ blue 91

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

Shades of Twine #BB845B

Tints of Twine #BB845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 45.61%
G = 32.2%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB845B (or 0xBB845B) is known color: Twine. HEX triplet: BB, 84 and 5B. RGB value is (187,132,91). Sum of RGB (Red+Green+Blue) = 187+132+91=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB845B is #447BA4. Grayscale: #8F8F8F. Windows color (decimal): -4488101 or 5997755. OLE color: 5997755.

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

Color convert

RGB 187 132 91 -
CMYK 0 0.29 0.51 0.27
HSL 25.63º 0.41% 0.55% -
HSV(B) 25.63º 0.51% 0.73% -
XYZ 30.63 27.82 13.65 -
YUV 143.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 187 132 91 0 0.29 0.51 0.27 25.63 0.41 0.55
Hex BB 84 5B 0 1D 33 1B 1A 29 37
Octal 273 204 133 0 35 63 33 32 51 67
Binary 10111011 10000100 1011011 0 11101 110011 11011 11010 101001 110111

Color Harmonies of #BB845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB845B

Black with #BB845B

Text Example


Text Example

White with #BB845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB845B; }

 p { color: rgb(187,132,91); }

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

background-color css

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

 a { background-color: rgb(187,132,91); }

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

border-color css

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

 span { border-color: rgb(187,132,91); }

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