Html Css Color HEX #BC8852 Twine

📋 copy color: '#BC8852'

red 188 ◦ green 136 ◦ blue 82

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

Shades of Twine #BC8852

Tints of Twine #BC8852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 46.31%
G = 33.5%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8852 (or 0xBC8852) is known color: Twine. HEX triplet: BC, 88 and 52. RGB value is (188,136,82). Sum of RGB (Red+Green+Blue) = 188+136+82=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8852 is #4377AD. Grayscale: #919191. Windows color (decimal): -4421550 or 5408956. OLE color: 5408956.

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

Color convert

RGB 188 136 82 -
CMYK 0 0.28 0.56 0.26
HSL 30.57º 0.44% 0.53% -
HSV(B) 30.57º 0.56% 0.74% -
XYZ 31.07 28.91 11.93 -
YUV 145.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 188 136 82 0 0.28 0.56 0.26 30.57 0.44 0.53
Hex BC 88 52 0 1C 38 1A 1F 2C 35
Octal 274 210 122 0 34 70 32 37 54 65
Binary 10111100 10001000 1010010 0 11100 111000 11010 11111 101100 110101

Color Harmonies of #BC8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8852

Black with #BC8852

Text Example


Text Example

White with #BC8852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8852; }

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

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

background-color css

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

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

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

border-color css

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

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

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