Html Css Color HEX #BC8865 Twine

📋 copy color: '#BC8865'

red 188 ◦ green 136 ◦ blue 101

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

Shades of Twine #BC8865

Tints of Twine #BC8865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 44.24%
G = 32%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC8865 (or 0xBC8865) is known color: Twine. HEX triplet: BC, 88 and 65. RGB value is (188,136,101). Sum of RGB (Red+Green+Blue) = 188+136+101=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8865 is #43779A. Grayscale: #939393. Windows color (decimal): -4421531 or 6654140. OLE color: 6654140.

HSL color Cylindrical-coordinate representation of color #BC8865: hue angle of 24.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8865 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 101 -
CMYK 0 0.28 0.46 0.26
HSL 24.14º 0.39% 0.57% -
HSV(B) 24.14º 0.46% 0.74% -
XYZ 31.89 29.24 16.27 -
YUV 147.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 188 136 101 0 0.28 0.46 0.26 24.14 0.39 0.57
Hex BC 88 65 0 1C 2E 1A 18 27 39
Octal 274 210 145 0 34 56 32 30 47 71
Binary 10111100 10001000 1100101 0 11100 101110 11010 11000 100111 111001

Color Harmonies of #BC8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8865

Black with #BC8865

Text Example


Text Example

White with #BC8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8865; }

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

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

background-color css

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

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

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

border-color css

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

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

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