Html Css Color HEX #BC8864 Twine

📋 copy color: '#BC8864'

red 188 ◦ green 136 ◦ blue 100

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

Shades of Twine #BC8864

Tints of Twine #BC8864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 44.34%
G = 32.08%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8864 (or 0xBC8864) is known color: Twine. HEX triplet: BC, 88 and 64. RGB value is (188,136,100). Sum of RGB (Red+Green+Blue) = 188+136+100=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8864 is #43779B. Grayscale: #939393. Windows color (decimal): -4421532 or 6588604. OLE color: 6588604.

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

Color convert

RGB 188 136 100 -
CMYK 0 0.28 0.47 0.26
HSL 24.55º 0.4% 0.56% -
HSV(B) 24.55º 0.47% 0.74% -
XYZ 31.84 29.22 16.02 -
YUV 147.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 188 136 100 0 0.28 0.47 0.26 24.55 0.4 0.56
Hex BC 88 64 0 1C 2F 1A 19 28 38
Octal 274 210 144 0 34 57 32 31 50 70
Binary 10111100 10001000 1100100 0 11100 101111 11010 11001 101000 111000

Color Harmonies of #BC8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8864

Black with #BC8864

Text Example


Text Example

White with #BC8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8864; }

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

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

background-color css

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

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

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

border-color css

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

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

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