Html Css Color HEX #BC9154 Twine

📋 copy color: '#BC9154'

red 188 ◦ green 145 ◦ blue 84

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

Shades of Twine #BC9154

Tints of Twine #BC9154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 45.08%
G = 34.77%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9154 (or 0xBC9154) is known color: Twine. HEX triplet: BC, 91 and 54. RGB value is (188,145,84). Sum of RGB (Red+Green+Blue) = 188+145+84=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9154 is #436EAB. Grayscale: #979797. Windows color (decimal): -4419244 or 5542332. OLE color: 5542332.

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

Color convert

RGB 188 145 84 -
CMYK 0 0.23 0.55 0.26
HSL 35.19º 0.44% 0.53% -
HSV(B) 35.19º 0.55% 0.74% -
XYZ 32.46 31.58 12.77 -
YUV 150.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 188 145 84 0 0.23 0.55 0.26 35.19 0.44 0.53
Hex BC 91 54 0 17 37 1A 23 2C 35
Octal 274 221 124 0 27 67 32 43 54 65
Binary 10111100 10010001 1010100 0 10111 110111 11010 100011 101100 110101

Color Harmonies of #BC9154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9154

Black with #BC9154

Text Example


Text Example

White with #BC9154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9154; }

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

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

background-color css

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

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

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

border-color css

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

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

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