Html Css Color HEX #BC9255 Twine

📋 copy color: '#BC9255'

red 188 ◦ green 146 ◦ blue 85

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

Shades of Twine #BC9255

Tints of Twine #BC9255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

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

R = 44.87%
G = 34.84%
B = 20.29%

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

#BC9255 (or 0xBC9255) is known color: Twine. HEX triplet: BC, 92 and 55. RGB value is (188,146,85). Sum of RGB (Red+Green+Blue) = 188+146+85=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9255 is #436DAA. Grayscale: #979797. Windows color (decimal): -4418987 or 5608124. OLE color: 5608124.

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

Color convert

RGB 188 146 85 -
CMYK 0 0.22 0.55 0.26
HSL 35.53º 0.43% 0.54% -
HSV(B) 35.53º 0.55% 0.74% -
XYZ 32.66 31.91 13.03 -
YUV 151.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 188 146 85 0 0.22 0.55 0.26 35.53 0.43 0.54
Hex BC 92 55 0 16 37 1A 24 2B 36
Octal 274 222 125 0 26 67 32 44 53 66
Binary 10111100 10010010 1010101 0 10110 110111 11010 100100 101011 110110

Color Harmonies of #BC9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9255

Black with #BC9255

Text Example


Text Example

White with #BC9255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9255; }

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

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

background-color css

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

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

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

border-color css

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

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

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