Html Css Color HEX #BC9553 Twine

📋 copy color: '#BC9553'

red 188 ◦ green 149 ◦ blue 83

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

Shades of Twine #BC9553

Tints of Twine #BC9553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

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

R = 44.76%
G = 35.48%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9553 (or 0xBC9553) is known color: Twine. HEX triplet: BC, 95 and 53. RGB value is (188,149,83). Sum of RGB (Red+Green+Blue) = 188+149+83=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9553 is #436AAC. Grayscale: #999999. Windows color (decimal): -4418221 or 5477820. OLE color: 5477820.

HSL color Cylindrical-coordinate representation of color #BC9553: hue angle of 37.71º 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 #BC9553 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 83 -
CMYK 0 0.21 0.56 0.26
HSL 37.71º 0.44% 0.53% -
HSV(B) 37.71º 0.56% 0.74% -
XYZ 33.05 32.81 12.77 -
YUV 153.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 188 149 83 0 0.21 0.56 0.26 37.71 0.44 0.53
Hex BC 95 53 0 15 38 1A 26 2C 35
Octal 274 225 123 0 25 70 32 46 54 65
Binary 10111100 10010101 1010011 0 10101 111000 11010 100110 101100 110101

Color Harmonies of #BC9553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9553

Black with #BC9553

Text Example


Text Example

White with #BC9553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9553; }

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

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

background-color css

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

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

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

border-color css

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

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

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