Html Css Color HEX #BC8958 Twine

📋 copy color: '#BC8958'

red 188 ◦ green 137 ◦ blue 88

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

Shades of Twine #BC8958

Tints of Twine #BC8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

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

R = 45.52%
G = 33.17%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC8958 (or 0xBC8958) is known color: Twine. HEX triplet: BC, 89 and 58. RGB value is (188,137,88). Sum of RGB (Red+Green+Blue) = 188+137+88=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8958 is #4376A7. Grayscale: #929292. Windows color (decimal): -4421288 or 5802428. OLE color: 5802428.

HSL color Cylindrical-coordinate representation of color #BC8958: hue angle of 29.4º 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 #BC8958 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 88 -
CMYK 0 0.27 0.53 0.26
HSL 29.4º 0.43% 0.54% -
HSV(B) 29.4º 0.53% 0.74% -
XYZ 31.45 29.29 13.23 -
YUV 146.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 188 137 88 0 0.27 0.53 0.26 29.4 0.43 0.54
Hex BC 89 58 0 1B 35 1A 1D 2B 36
Octal 274 211 130 0 33 65 32 35 53 66
Binary 10111100 10001001 1011000 0 11011 110101 11010 11101 101011 110110

Color Harmonies of #BC8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8958

Black with #BC8958

Text Example


Text Example

White with #BC8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8958; }

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

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

background-color css

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

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

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

border-color css

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

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

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