Html Css Color HEX #BC9655 Twine

📋 copy color: '#BC9655'

red 188 ◦ green 150 ◦ blue 85

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

Shades of Twine #BC9655

Tints of Twine #BC9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 44.44%
G = 35.46%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9655 (or 0xBC9655) is known color: Twine. HEX triplet: BC, 96 and 55. RGB value is (188,150,85). Sum of RGB (Red+Green+Blue) = 188+150+85=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9655 is #4369AA. Grayscale: #9A9A9A. Windows color (decimal): -4417963 or 5609148. OLE color: 5609148.

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

Color convert

RGB 188 150 85 -
CMYK 0 0.20 0.55 0.26
HSL 37.86º 0.43% 0.54% -
HSV(B) 37.86º 0.55% 0.74% -
XYZ 33.29 33.16 13.24 -
YUV 153.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 188 150 85 0 0.20 0.55 0.26 37.86 0.43 0.54
Hex BC 96 55 0 14 37 1A 26 2B 36
Octal 274 226 125 0 24 67 32 46 53 66
Binary 10111100 10010110 1010101 0 10100 110111 11010 100110 101011 110110

Color Harmonies of #BC9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9655

Black with #BC9655

Text Example


Text Example

White with #BC9655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9655; }

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

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

background-color css

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

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

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

border-color css

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

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

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