Html Css Color HEX #BC9358 Twine

📋 copy color: '#BC9358'

red 188 ◦ green 147 ◦ blue 88

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

Shades of Twine #BC9358

Tints of Twine #BC9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 44.44%
G = 34.75%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC9358 (or 0xBC9358) is known color: Twine. HEX triplet: BC, 93 and 58. RGB value is (188,147,88). Sum of RGB (Red+Green+Blue) = 188+147+88=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9358 is #436CA7. Grayscale: #989898. Windows color (decimal): -4418728 or 5804988. OLE color: 5804988.

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

Color convert

RGB 188 147 88 -
CMYK 0 0.22 0.53 0.26
HSL 35.4º 0.43% 0.54% -
HSV(B) 35.4º 0.53% 0.74% -
XYZ 32.93 32.26 13.72 -
YUV 152.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 188 147 88 0 0.22 0.53 0.26 35.4 0.43 0.54
Hex BC 93 58 0 16 35 1A 23 2B 36
Octal 274 223 130 0 26 65 32 43 53 66
Binary 10111100 10010011 1011000 0 10110 110101 11010 100011 101011 110110

Color Harmonies of #BC9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9358

Black with #BC9358

Text Example


Text Example

White with #BC9358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9358; }

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

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

background-color css

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

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

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

border-color css

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

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

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