Html Css Color HEX #BC9355 Twine

📋 copy color: '#BC9355'

red 188 ◦ green 147 ◦ blue 85

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

Shades of Twine #BC9355

Tints of Twine #BC9355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 44.76%
G = 35%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9355 (or 0xBC9355) is known color: Twine. HEX triplet: BC, 93 and 55. RGB value is (188,147,85). Sum of RGB (Red+Green+Blue) = 188+147+85=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9355 is #436CAA. Grayscale: #989898. Windows color (decimal): -4418731 or 5608380. OLE color: 5608380.

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

Color convert

RGB 188 147 85 -
CMYK 0 0.22 0.55 0.26
HSL 36.12º 0.43% 0.54% -
HSV(B) 36.12º 0.55% 0.74% -
XYZ 32.81 32.21 13.08 -
YUV 152.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 188 147 85 0 0.22 0.55 0.26 36.12 0.43 0.54
Hex BC 93 55 0 16 37 1A 24 2B 36
Octal 274 223 125 0 26 67 32 44 53 66
Binary 10111100 10010011 1010101 0 10110 110111 11010 100100 101011 110110

Color Harmonies of #BC9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9355

Black with #BC9355

Text Example


Text Example

White with #BC9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9355; }

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

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

background-color css

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

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

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

border-color css

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

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

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