Html Css Color HEX #BB8254 Twine

📋 copy color: '#BB8254'

red 187 ◦ green 130 ◦ blue 84

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

Shades of Twine #BB8254

Tints of Twine #BB8254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 46.63%
G = 32.42%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB8254 (or 0xBB8254) is known color: Twine. HEX triplet: BB, 82 and 54. RGB value is (187,130,84). Sum of RGB (Red+Green+Blue) = 187+130+84=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8254 is #447DAB. Grayscale: #8E8E8E. Windows color (decimal): -4488620 or 5538491. OLE color: 5538491.

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

Color convert

RGB 187 130 84 -
CMYK 0 0.30 0.55 0.27
HSL 26.8º 0.43% 0.53% -
HSV(B) 26.8º 0.55% 0.73% -
XYZ 30.08 27.17 12.05 -
YUV 141.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 187 130 84 0 0.30 0.55 0.27 26.8 0.43 0.53
Hex BB 82 54 0 1E 37 1B 1B 2B 35
Octal 273 202 124 0 36 67 33 33 53 65
Binary 10111011 10000010 1010100 0 11110 110111 11011 11011 101011 110101

Color Harmonies of #BB8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8254

Black with #BB8254

Text Example


Text Example

White with #BB8254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8254; }

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

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

background-color css

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

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

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

border-color css

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

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

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