Html Css Color HEX #BC9353 Twine

📋 copy color: '#BC9353'

red 188 ◦ green 147 ◦ blue 83

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

Shades of Twine #BC9353

Tints of Twine #BC9353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 44.98%
G = 35.17%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9353 (or 0xBC9353) is known color: Twine. HEX triplet: BC, 93 and 53. RGB value is (188,147,83). Sum of RGB (Red+Green+Blue) = 188+147+83=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9353 is #436CAC. Grayscale: #989898. Windows color (decimal): -4418733 or 5477308. OLE color: 5477308.

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

Color convert

RGB 188 147 83 -
CMYK 0 0.22 0.56 0.26
HSL 36.57º 0.44% 0.53% -
HSV(B) 36.57º 0.56% 0.74% -
XYZ 32.73 32.18 12.67 -
YUV 151.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 188 147 83 0 0.22 0.56 0.26 36.57 0.44 0.53
Hex BC 93 53 0 16 38 1A 25 2C 35
Octal 274 223 123 0 26 70 32 45 54 65
Binary 10111100 10010011 1010011 0 10110 111000 11010 100101 101100 110101

Color Harmonies of #BC9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9353

Black with #BC9353

Text Example


Text Example

White with #BC9353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9353; }

 p { color: rgb(188,147,83); }

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

background-color css

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

 a { background-color: rgb(188,147,83); }

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

border-color css

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

 span { border-color: rgb(188,147,83); }

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