Html Css Color HEX #BC8552 Twine

📋 copy color: '#BC8552'

red 188 ◦ green 133 ◦ blue 82

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

Shades of Twine #BC8552

Tints of Twine #BC8552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 46.65%
G = 33%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8552 (or 0xBC8552) is known color: Twine. HEX triplet: BC, 85 and 52. RGB value is (188,133,82). Sum of RGB (Red+Green+Blue) = 188+133+82=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8552 is #437AAD. Grayscale: #8F8F8F. Windows color (decimal): -4422318 or 5408188. OLE color: 5408188.

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

Color convert

RGB 188 133 82 -
CMYK 0 0.29 0.56 0.26
HSL 28.87º 0.44% 0.53% -
HSV(B) 28.87º 0.56% 0.74% -
XYZ 30.65 28.08 11.79 -
YUV 143.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 188 133 82 0 0.29 0.56 0.26 28.87 0.44 0.53
Hex BC 85 52 0 1D 38 1A 1D 2C 35
Octal 274 205 122 0 35 70 32 35 54 65
Binary 10111100 10000101 1010010 0 11101 111000 11010 11101 101100 110101

Color Harmonies of #BC8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8552

Black with #BC8552

Text Example


Text Example

White with #BC8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8552; }

 p { color: rgb(188,133,82); }

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

background-color css

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

 a { background-color: rgb(188,133,82); }

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

border-color css

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

 span { border-color: rgb(188,133,82); }

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