Html Css Color HEX #BC9354 Twine

📋 copy color: '#BC9354'

red 188 ◦ green 147 ◦ blue 84

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

Shades of Twine #BC9354

Tints of Twine #BC9354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 44.87%
G = 35.08%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9354 (or 0xBC9354) is known color: Twine. HEX triplet: BC, 93 and 54. RGB value is (188,147,84). Sum of RGB (Red+Green+Blue) = 188+147+84=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9354 is #436CAB. Grayscale: #989898. Windows color (decimal): -4418732 or 5542844. OLE color: 5542844.

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

Color convert

RGB 188 147 84 -
CMYK 0 0.22 0.55 0.26
HSL 36.35º 0.44% 0.53% -
HSV(B) 36.35º 0.55% 0.74% -
XYZ 32.77 32.2 12.88 -
YUV 152.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 188 147 84 0 0.22 0.55 0.26 36.35 0.44 0.53
Hex BC 93 54 0 16 37 1A 24 2C 35
Octal 274 223 124 0 26 67 32 44 54 65
Binary 10111100 10010011 1010100 0 10110 110111 11010 100100 101100 110101

Color Harmonies of #BC9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9354

Black with #BC9354

Text Example


Text Example

White with #BC9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9354; }

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

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

background-color css

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

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

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

border-color css

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

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

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