Html Css Color HEX #BC8358 Twine

📋 copy color: '#BC8358'

red 188 ◦ green 131 ◦ blue 88

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

Shades of Twine #BC8358

Tints of Twine #BC8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 46.19%
G = 32.19%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC8358 (or 0xBC8358) is known color: Twine. HEX triplet: BC, 83 and 58. RGB value is (188,131,88). Sum of RGB (Red+Green+Blue) = 188+131+88=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8358 is #437CA7. Grayscale: #8F8F8F. Windows color (decimal): -4422824 or 5800892. OLE color: 5800892.

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

Color convert

RGB 188 131 88 -
CMYK 0 0.30 0.53 0.26
HSL 25.8º 0.43% 0.54% -
HSV(B) 25.8º 0.53% 0.74% -
XYZ 30.62 27.63 12.95 -
YUV 143.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 188 131 88 0 0.30 0.53 0.26 25.8 0.43 0.54
Hex BC 83 58 0 1E 35 1A 1A 2B 36
Octal 274 203 130 0 36 65 32 32 53 66
Binary 10111100 10000011 1011000 0 11110 110101 11010 11010 101011 110110

Color Harmonies of #BC8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8358

Black with #BC8358

Text Example


Text Example

White with #BC8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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