Html Css Color HEX #BB8454 Twine

📋 copy color: '#BB8454'

red 187 ◦ green 132 ◦ blue 84

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

Shades of Twine #BB8454

Tints of Twine #BB8454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 46.4%
G = 32.75%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB8454 (or 0xBB8454) is known color: Twine. HEX triplet: BB, 84 and 54. RGB value is (187,132,84). Sum of RGB (Red+Green+Blue) = 187+132+84=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8454 is #447BAB. Grayscale: #8F8F8F. Windows color (decimal): -4488108 or 5539003. OLE color: 5539003.

HSL color Cylindrical-coordinate representation of color #BB8454: hue angle of 27.96º 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 #BB8454 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 84 -
CMYK 0 0.29 0.55 0.27
HSL 27.96º 0.43% 0.53% -
HSV(B) 27.96º 0.55% 0.73% -
XYZ 30.35 27.71 12.14 -
YUV 142.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 187 132 84 0 0.29 0.55 0.27 27.96 0.43 0.53
Hex BB 84 54 0 1D 37 1B 1C 2B 35
Octal 273 204 124 0 35 67 33 34 53 65
Binary 10111011 10000100 1010100 0 11101 110111 11011 11100 101011 110101

Color Harmonies of #BB8454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8454

Black with #BB8454

Text Example


Text Example

White with #BB8454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8454; }

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

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

background-color css

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

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

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

border-color css

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

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

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