Html Css Color HEX #BC8F56 Twine

📋 copy color: '#BC8F56'

red 188 ◦ green 143 ◦ blue 86

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

Shades of Twine #BC8F56

Tints of Twine #BC8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 45.08%
G = 34.29%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8F56 (or 0xBC8F56) is known color: Twine. HEX triplet: BC, 8F and 56. RGB value is (188,143,86). Sum of RGB (Red+Green+Blue) = 188+143+86=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F56 is #4370A9. Grayscale: #969696. Windows color (decimal): -4419754 or 5672892. OLE color: 5672892.

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

Color convert

RGB 188 143 86 -
CMYK 0 0.24 0.54 0.26
HSL 33.53º 0.43% 0.54% -
HSV(B) 33.53º 0.54% 0.74% -
XYZ 32.24 31.01 13.09 -
YUV 149.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 188 143 86 0 0.24 0.54 0.26 33.53 0.43 0.54
Hex BC 8F 56 0 18 36 1A 22 2B 36
Octal 274 217 126 0 30 66 32 42 53 66
Binary 10111100 10001111 1010110 0 11000 110110 11010 100010 101011 110110

Color Harmonies of #BC8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F56

Black with #BC8F56

Text Example


Text Example

White with #BC8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F56; }

 p { color: rgb(188,143,86); }

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

background-color css

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

 a { background-color: rgb(188,143,86); }

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

border-color css

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

 span { border-color: rgb(188,143,86); }

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