Html Css Color HEX #BB8154 Twine

📋 copy color: '#BB8154'

red 187 ◦ green 129 ◦ blue 84

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

Shades of Twine #BB8154

Tints of Twine #BB8154

RGB

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

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

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

R = 46.75%
G = 32.25%
B = 21%

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

#BB8154 (or 0xBB8154) is known color: Twine. HEX triplet: BB, 81 and 54. RGB value is (187,129,84). Sum of RGB (Red+Green+Blue) = 187+129+84=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8154 is #447EAB. Grayscale: #8D8D8D. Windows color (decimal): -4488876 or 5538235. OLE color: 5538235.

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

Color convert

RGB 187 129 84 -
CMYK 0 0.31 0.55 0.27
HSL 26.21º 0.43% 0.53% -
HSV(B) 26.21º 0.55% 0.73% -
XYZ 29.94 26.91 12 -
YUV 141.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 187 129 84 0 0.31 0.55 0.27 26.21 0.43 0.53
Hex BB 81 54 0 1F 37 1B 1A 2B 35
Octal 273 201 124 0 37 67 33 32 53 65
Binary 10111011 10000001 1010100 0 11111 110111 11011 11010 101011 110101

Color Harmonies of #BB8154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8154

Black with #BB8154

Text Example


Text Example

White with #BB8154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8154; }

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

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

background-color css

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

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

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

border-color css

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

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

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