Html Css Color HEX #BC8558 Twine

📋 copy color: '#BC8558'

red 188 ◦ green 133 ◦ blue 88

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

Shades of Twine #BC8558

Tints of Twine #BC8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 45.97%
G = 32.52%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC8558 (or 0xBC8558) is known color: Twine. HEX triplet: BC, 85 and 58. RGB value is (188,133,88). Sum of RGB (Red+Green+Blue) = 188+133+88=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8558 is #437AA7. Grayscale: #909090. Windows color (decimal): -4422312 or 5801404. OLE color: 5801404.

HSL color Cylindrical-coordinate representation of color #BC8558: hue angle of 27º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC8558 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 88 -
CMYK 0 0.29 0.53 0.26
HSL 27º 0.43% 0.54% -
HSV(B) 27º 0.53% 0.74% -
XYZ 30.89 28.17 13.04 -
YUV 144.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 188 133 88 0 0.29 0.53 0.26 27 0.43 0.54
Hex BC 85 58 0 1D 35 1A 1B 2B 36
Octal 274 205 130 0 35 65 32 33 53 66
Binary 10111100 10000101 1011000 0 11101 110101 11010 11011 101011 110110

Color Harmonies of #BC8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8558

Black with #BC8558

Text Example


Text Example

White with #BC8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8558; }

 p { color: rgb(188,133,88); }

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

background-color css

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

 a { background-color: rgb(188,133,88); }

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

border-color css

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

 span { border-color: rgb(188,133,88); }

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