Html Css Color HEX #BB8350 Twine

📋 copy color: '#BB8350'

red 187 ◦ green 131 ◦ blue 80

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

Shades of Twine #BB8350

Tints of Twine #BB8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 46.98%
G = 32.91%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8350 (or 0xBB8350) is known color: Twine. HEX triplet: BB, 83 and 50. RGB value is (187,131,80). Sum of RGB (Red+Green+Blue) = 187+131+80=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8350 is #447CAF. Grayscale: #8E8E8E. Windows color (decimal): -4488368 or 5276603. OLE color: 5276603.

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

Color convert

RGB 187 131 80 -
CMYK 0 0.30 0.57 0.27
HSL 28.6º 0.44% 0.52% -
HSV(B) 28.6º 0.57% 0.73% -
XYZ 30.06 27.38 11.29 -
YUV 141.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 187 131 80 0 0.30 0.57 0.27 28.6 0.44 0.52
Hex BB 83 50 0 1E 39 1B 1D 2C 34
Octal 273 203 120 0 36 71 33 35 54 64
Binary 10111011 10000011 1010000 0 11110 111001 11011 11101 101100 110100

Color Harmonies of #BB8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8350

Black with #BB8350

Text Example


Text Example

White with #BB8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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