Html Css Color HEX #BC9455 Twine

📋 copy color: '#BC9455'

red 188 ◦ green 148 ◦ blue 85

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

Shades of Twine #BC9455

Tints of Twine #BC9455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 44.66%
G = 35.15%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9455 (or 0xBC9455) is known color: Twine. HEX triplet: BC, 94 and 55. RGB value is (188,148,85). Sum of RGB (Red+Green+Blue) = 188+148+85=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9455 is #436BAA. Grayscale: #999999. Windows color (decimal): -4418475 or 5608636. OLE color: 5608636.

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

Color convert

RGB 188 148 85 -
CMYK 0 0.21 0.55 0.26
HSL 36.7º 0.43% 0.54% -
HSV(B) 36.7º 0.55% 0.74% -
XYZ 32.97 32.53 13.14 -
YUV 152.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 188 148 85 0 0.21 0.55 0.26 36.7 0.43 0.54
Hex BC 94 55 0 15 37 1A 25 2B 36
Octal 274 224 125 0 25 67 32 45 53 66
Binary 10111100 10010100 1010101 0 10101 110111 11010 100101 101011 110110

Color Harmonies of #BC9455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9455

Black with #BC9455

Text Example


Text Example

White with #BC9455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9455; }

 p { color: rgb(188,148,85); }

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

background-color css

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

 a { background-color: rgb(188,148,85); }

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

border-color css

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

 span { border-color: rgb(188,148,85); }

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