Html Css Color HEX #BC845D Twine

📋 copy color: '#BC845D'

red 188 ◦ green 132 ◦ blue 93

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

Shades of Twine #BC845D

Tints of Twine #BC845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 45.52%
G = 31.96%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC845D (or 0xBC845D) is known color: Twine. HEX triplet: BC, 84 and 5D. RGB value is (188,132,93). Sum of RGB (Red+Green+Blue) = 188+132+93=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845D is #437BA2. Grayscale: #909090. Windows color (decimal): -4422563 or 6128828. OLE color: 6128828.

HSL color Cylindrical-coordinate representation of color #BC845D: hue angle of 24.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC845D is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 93 -
CMYK 0 0.30 0.51 0.26
HSL 24.63º 0.41% 0.55% -
HSV(B) 24.63º 0.51% 0.74% -
XYZ 30.97 27.98 14.13 -
YUV 144.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 188 132 93 0 0.30 0.51 0.26 24.63 0.41 0.55
Hex BC 84 5D 0 1E 33 1A 19 29 37
Octal 274 204 135 0 36 63 32 31 51 67
Binary 10111100 10000100 1011101 0 11110 110011 11010 11001 101001 110111

Color Harmonies of #BC845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC845D

Black with #BC845D

Text Example


Text Example

White with #BC845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC845D; }

 p { color: rgb(188,132,93); }

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

background-color css

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

 a { background-color: rgb(188,132,93); }

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

border-color css

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

 span { border-color: rgb(188,132,93); }

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