Html Css Color HEX #BC8350 Twine

📋 copy color: '#BC8350'

red 188 ◦ green 131 ◦ blue 80

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

Shades of Twine #BC8350

Tints of Twine #BC8350

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

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

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

R = 47.12%
G = 32.83%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8350 (or 0xBC8350) is known color: Twine. HEX triplet: BC, 83 and 50. RGB value is (188,131,80). Sum of RGB (Red+Green+Blue) = 188+131+80=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8350 is #437CAF. Grayscale: #8E8E8E. Windows color (decimal): -4422832 or 5276604. OLE color: 5276604.

HSL color Cylindrical-coordinate representation of color #BC8350: hue angle of 28.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8350 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 80 -
CMYK 0 0.30 0.57 0.26
HSL 28.33º 0.45% 0.53% -
HSV(B) 28.33º 0.57% 0.74% -
XYZ 30.3 27.5 11.3 -
YUV 142.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 188 131 80 0 0.30 0.57 0.26 28.33 0.45 0.53
Hex BC 83 50 0 1E 39 1A 1C 2D 35
Octal 274 203 120 0 36 71 32 34 55 65
Binary 10111100 10000011 1010000 0 11110 111001 11010 11100 101101 110101

Color Harmonies of #BC8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8350

Black with #BC8350

Text Example


Text Example

White with #BC8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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