Html Css Color HEX #BC845B Twine

📋 copy color: '#BC845B'

red 188 ◦ green 132 ◦ blue 91

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

Shades of Twine #BC845B

Tints of Twine #BC845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 45.74%
G = 32.12%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC845B (or 0xBC845B) is known color: Twine. HEX triplet: BC, 84 and 5B. RGB value is (188,132,91). Sum of RGB (Red+Green+Blue) = 188+132+91=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845B is #437BA4. Grayscale: #909090. Windows color (decimal): -4422565 or 5997756. OLE color: 5997756.

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

Color convert

RGB 188 132 91 -
CMYK 0 0.30 0.52 0.26
HSL 25.36º 0.42% 0.55% -
HSV(B) 25.36º 0.52% 0.74% -
XYZ 30.88 27.95 13.66 -
YUV 144.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 188 132 91 0 0.30 0.52 0.26 25.36 0.42 0.55
Hex BC 84 5B 0 1E 34 1A 19 2A 37
Octal 274 204 133 0 36 64 32 31 52 67
Binary 10111100 10000100 1011011 0 11110 110100 11010 11001 101010 110111

Color Harmonies of #BC845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC845B

Black with #BC845B

Text Example


Text Example

White with #BC845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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