Html Css Color HEX #BB8650 Twine

📋 copy color: '#BB8650'

red 187 ◦ green 134 ◦ blue 80

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

Shades of Twine #BB8650

Tints of Twine #BB8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 46.63%
G = 33.42%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8650 (or 0xBB8650) is known color: Twine. HEX triplet: BB, 86 and 50. RGB value is (187,134,80). Sum of RGB (Red+Green+Blue) = 187+134+80=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8650 is #4479AF. Grayscale: #8F8F8F. Windows color (decimal): -4487600 or 5277371. OLE color: 5277371.

HSL color Cylindrical-coordinate representation of color #BB8650: hue angle of 30.28º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8650 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 80 -
CMYK 0 0.28 0.57 0.27
HSL 30.28º 0.44% 0.52% -
HSV(B) 30.28º 0.57% 0.73% -
XYZ 30.47 28.19 11.43 -
YUV 143.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 187 134 80 0 0.28 0.57 0.27 30.28 0.44 0.52
Hex BB 86 50 0 1C 39 1B 1E 2C 34
Octal 273 206 120 0 34 71 33 36 54 64
Binary 10111011 10000110 1010000 0 11100 111001 11011 11110 101100 110100

Color Harmonies of #BB8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8650

Black with #BB8650

Text Example


Text Example

White with #BB8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8650; }

 p { color: rgb(187,134,80); }

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

background-color css

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

 a { background-color: rgb(187,134,80); }

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

border-color css

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

 span { border-color: rgb(187,134,80); }

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