Html Css Color HEX #BC8752 Twine

📋 copy color: '#BC8752'

red 188 ◦ green 135 ◦ blue 82

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

Shades of Twine #BC8752

Tints of Twine #BC8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 46.42%
G = 33.33%
B = 20.25%

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

#BC8752 (or 0xBC8752) is known color: Twine. HEX triplet: BC, 87 and 52. RGB value is (188,135,82). Sum of RGB (Red+Green+Blue) = 188+135+82=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8752 is #4378AD. Grayscale: #919191. Windows color (decimal): -4421806 or 5408700. OLE color: 5408700.

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

Color convert

RGB 188 135 82 -
CMYK 0 0.28 0.56 0.26
HSL 30º 0.44% 0.53% -
HSV(B) 30º 0.56% 0.74% -
XYZ 30.93 28.63 11.88 -
YUV 144.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 188 135 82 0 0.28 0.56 0.26 30 0.44 0.53
Hex BC 87 52 0 1C 38 1A 1E 2C 35
Octal 274 207 122 0 34 70 32 36 54 65
Binary 10111100 10000111 1010010 0 11100 111000 11010 11110 101100 110101

Color Harmonies of #BC8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8752

Black with #BC8752

Text Example


Text Example

White with #BC8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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