Html Css Color HEX #BC8F57 Twine

📋 copy color: '#BC8F57'

red 188 ◦ green 143 ◦ blue 87

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

Shades of Twine #BC8F57

Tints of Twine #BC8F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 44.98%
G = 34.21%
B = 20.81%

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

#BC8F57 (or 0xBC8F57) is known color: Twine. HEX triplet: BC, 8F and 57. RGB value is (188,143,87). Sum of RGB (Red+Green+Blue) = 188+143+87=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F57 is #4370A8. Grayscale: #969696. Windows color (decimal): -4419753 or 5738428. OLE color: 5738428.

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

Color convert

RGB 188 143 87 -
CMYK 0 0.24 0.54 0.26
HSL 33.27º 0.43% 0.54% -
HSV(B) 33.27º 0.54% 0.74% -
XYZ 32.28 31.02 13.3 -
YUV 150.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 188 143 87 0 0.24 0.54 0.26 33.27 0.43 0.54
Hex BC 8F 57 0 18 36 1A 21 2B 36
Octal 274 217 127 0 30 66 32 41 53 66
Binary 10111100 10001111 1010111 0 11000 110110 11010 100001 101011 110110

Color Harmonies of #BC8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F57

Black with #BC8F57

Text Example


Text Example

White with #BC8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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